BoraxTheClean / adaptable-antelopes

Code Jam 2021 adaptable antelopes team
MIT License
1 stars 0 forks source link

Option to disable welcome page #70

Closed SharpBit closed 3 years ago

SharpBit commented 3 years ago

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

SharpBit commented 3 years ago

not implemented