Skip to content
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

Closed
touwys opened this issue Feb 7, 2023 · 3 comments · Fixed by #141
Closed

Add "Save Layout" to "Confirm Close" Dialogue #70

touwys opened this issue Feb 7, 2023 · 3 comments · Fixed by #141

Comments

@touwys
Copy link

touwys commented Feb 7, 2023

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.

Screenshot_20230207_163735

@Borewit Borewit added enhancement Request or implementation of new feature improvement and removed enhancement Request or implementation of new feature labels Feb 7, 2023
@Borewit Borewit pinned this issue Feb 22, 2023
@Borewit
Copy link
Owner

Borewit commented Feb 25, 2023

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.

@Borewit
Copy link
Owner

Borewit commented Feb 25, 2023

First this issue / PR pair needs to be completed:

as that migrates existing application state the the JSON configuration file.

@touwys
Copy link
Author

touwys commented Feb 26, 2023

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.

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?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants