mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-13 04:41:32 -08:00
fix: buildLanguageMenu never called
This commit is contained in:
parent
5db1555d30
commit
f144a0056e
1 changed files with 2 additions and 3 deletions
|
|
@ -113,6 +113,8 @@ if (!gotTheLock) {
|
|||
});
|
||||
}
|
||||
await windowService.open(WindowNames.main);
|
||||
buildLanguageMenu();
|
||||
// FIXME: this await is never ended
|
||||
await workspaceViewService.initializeAllWorkspaceView();
|
||||
|
||||
ipcMain.emit('request-update-pause-notifications-info');
|
||||
|
|
@ -144,9 +146,6 @@ if (!gotTheLock) {
|
|||
}
|
||||
// trigger whenTrulyReady
|
||||
ipcMain.emit(MainChannel.commonInitFinished);
|
||||
|
||||
// build menu at last, this is not noticeable to user, so do it last
|
||||
buildLanguageMenu();
|
||||
};
|
||||
|
||||
app.on('ready', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue