Skip to content

Commit

Permalink
Fix defaultId of non-existent import db option
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal committed Feb 6, 2025
1 parent 9675f0c commit b204fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/menus.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function getEditMenuTemplate(mainWindow)
i18NextConfig.getCurrentTranslation('$Menu.yes-please'),
i18NextConfig.getCurrentTranslation('$Menu.no-thanks')
],
defaultId: 2,
defaultId: 1,
cancelId: 1,
message: i18NextConfig.getCurrentTranslation('$Menu.import-database'),
detail: i18NextConfig.getCurrentTranslation('$Menu.confirm-import-db')
Expand Down

0 comments on commit b204fce

Please sign in to comment.