-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Save Layout" to "Confirm Close" Dialogue #70
Comments
We can store the playlist editors when we close the application, and restore those when the application is started. I am not in favor to bother the user with extra questions / options on exit. |
First this issue / PR pair needs to be completed:
as that migrates existing application state the the JSON configuration file. |
I agree, it is superfluous. However, usually, this type of action would be made available as a programme option. (Maybe you could add that later on, as courtesy to the users who would prefer to start with a clean work interface?) |
listFix() clears the Playlist Editor of all playlists upon closing — if the user chooses to discard changes made to the playlists. This action is available through the "Confirm Close" Dialogue.
A viable option here, would be to supplement the current actions in the "Confirm Close" Dialogue, with one that enables the user to preserve their current tabbed playlist layout until the app restart, when the saved playlist layout is automatically restored.
•
•
The text was updated successfully, but these errors were encountered: