BoraxTheClean / adaptable-antelopes

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

Prompt to ask if you want to save before exiting (if unsaved) #75

Closed SharpBit closed 3 years ago

SharpBit commented 3 years ago

Describe the solution you'd like Show a ConfirmDialog if the text in the TextArea is different from the current_path's f.read() If yes, call do_save_file then exit if no, just exit.

Describe alternatives you've considered