Describe the solution you'd like
Confirm Dialog that pops up if they want to show the welcome page again. If they click yes (confirm), then change a user setting. Ex: {"show_welcome": False}. When the app opens, if "show_welcome" is false and no file was last opened, just open a blank new note. Default show_welcome should be True.
Describe alternatives you've considered
always show the welcome page, don't implement this
Describe the solution you'd like Confirm Dialog that pops up if they want to show the welcome page again. If they click yes (confirm), then change a user setting. Ex:
{"show_welcome": False}
. When the app opens, if "show_welcome" is false and no file was last opened, just open a blank new note. Default show_welcome should be True.Describe alternatives you've considered always show the welcome page, don't implement this