Skip to content

Commit

Permalink
change default setting for exit prompt to false
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Mar 5, 2024
1 parent 993331a commit 559368a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/settings/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const DefaultSettingValues = {
trayIcon: true,
tabClosePrompt: true,
closeToTray: false,
exitPrompt: true,
exitPrompt: false,
preventEnter: false,
notificationBadge: true,
launchMinimized: false,
Expand Down

0 comments on commit 559368a

Please sign in to comment.