mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
fix DB setup
This commit is contained in:
@@ -127,10 +127,10 @@ function closeSetupWindow() {
|
||||
}
|
||||
}
|
||||
|
||||
function registerGlobalShortcuts() {
|
||||
async function registerGlobalShortcuts() {
|
||||
const {globalShortcut} = require('electron');
|
||||
|
||||
sqlInit.dbReady;
|
||||
await sqlInit.dbReady;
|
||||
|
||||
const allActions = keyboardActionsService.getKeyboardActions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user