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 pre-exit prompt to save dirty file list if auto-save is disabled #29

Closed
marth8880 opened this issue Jun 17, 2018 · 1 comment
Closed

Comments

@marth8880
Copy link
Collaborator

marth8880 commented Jun 17, 2018

When the user exits the application:

  1. Is auto-save disabled? ->
  2. Is the file list dirty? ->
  3. Display prompt: "There are unsaved changes to the file list. Would you like to save before closing?" ->
    a. "Yes": Attempt to save the file list to the current save file or open a Save As dialog if it's a new file.
    b. "No": Exit the application.
    c. "Cancel": Close the prompt.
@marth8880 marth8880 self-assigned this Jun 17, 2018
marth8880 added a commit that referenced this issue Jun 24, 2018
…s disabled;

Fix various logic issues with save flow
@marth8880
Copy link
Collaborator Author

Task completed in 28b85c5 - closing.

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

No branches or pull requests

1 participant