anufrievroman / calcure

Modern TUI calendar and task manager with minimal and customizable UI.

Home Page:https://anufrievroman.gitbook.io/calcure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate ask_confirmations for quit action

jose1711 opened this issue · comments

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.

Good idea. Implemented. The new option is:

ask_confirmation_to_quit = Yes