diff --git a/db/demo.tar b/db/demo.tar index 3e5c0d656..921b85d19 100644 Binary files a/db/demo.tar and b/db/demo.tar differ diff --git a/electron.js b/electron.js index 0db820e8e..7553b2736 100644 --- a/electron.js +++ b/electron.js @@ -97,6 +97,8 @@ app.on('activate', () => { }); async function registerGlobalShortcuts() { + await sqlInit.dbReady; + const allActions = await keyboardActionsService.getKeyboardActions(); for (const action of allActions) {