Open madeleineostoja opened 8 years ago
Still planning to go ahead yep - I'm fairly busy with full-time employment and part-time school, but definitely planning to finish this up as the "2.0" version of Radiant.
Thank you so much for testing the early release and for the bug report - it's really helpful! I'll see what I can do to get it fixed. I'm assuming we want the close button to "hide" the player window but continue playing music, so I'll see what can be done there...
@jacobwgillespie You can call preventDefault
on the close event 👍
mainWindow.on('close', (e) => {
e.preventDefault();
mainWindow.hide();
});
Closing the Radiant Player window (just closing, not quitting app) kills the player. When I try to open the app again it throws an exception:
On El Cap v10.11.6
As an aside, is this project still going ahead? Even in pre-alpha or whatever it's in it looks really promising (this breaking bug aside, obviously). Perf already miles better than old Radiant Player, and no Flash. Would happily use this as my daily driver if just the current limited featureset was stable.