anufrievroman / calcure

Modern TUI calendar and task manager with minimal and customizable UI.
https://anufrievroman.gitbook.io/calcure
MIT License
1.51k stars 43 forks source link

Separate ask_confirmations for quit action #75

Closed jose1711 closed 9 months ago

jose1711 commented 9 months ago

Unlike delete and import actions, exiting the application poses no risk of data loss. The only inconvenience for the user is the need to restart it if accidentally terminated. Therefore, it makes sense to implement a separate option for the quit operation.

anufrievroman commented 9 months ago

Good idea. Implemented. The new option is:

ask_confirmation_to_quit = Yes