Add logging to spellcheck dictionaries loading
This commit is contained in:
parent
15e9bb3d12
commit
a32a345500
2 changed files with 19 additions and 2 deletions
|
@ -797,7 +797,8 @@ async function createWindow() {
|
|||
setupSpellChecker(
|
||||
mainWindow,
|
||||
getPreferredSystemLocales(),
|
||||
getResolvedMessagesLocale().i18n
|
||||
getResolvedMessagesLocale().i18n,
|
||||
getLogger()
|
||||
);
|
||||
if (!startInTray && windowConfig && windowConfig.maximized) {
|
||||
mainWindow.maximize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue