Don't show a confirm dialog for quitting (#4225)
This commit is contained in:
@@ -15,7 +15,6 @@ export interface Settings {
|
||||
showMenuBarIcon: boolean;
|
||||
showDockIcon: boolean;
|
||||
schedulingEngine: SchedulingEngine;
|
||||
showQuitConfirmation: boolean;
|
||||
enableWakelock: boolean;
|
||||
}
|
||||
|
||||
@@ -30,7 +29,6 @@ const defaultSettings: Settings = {
|
||||
showMenuBarIcon: true,
|
||||
showDockIcon: true,
|
||||
schedulingEngine: 'builtin-cron',
|
||||
showQuitConfirmation: true,
|
||||
enableWakelock: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user