Add logging to spellcheck dictionaries loading

This commit is contained in:
Jamie Kyle 2023-09-26 09:35:14 -07:00 committed by GitHub
parent 15e9bb3d12
commit a32a345500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 2 deletions

View file

@ -797,7 +797,8 @@ async function createWindow() {
setupSpellChecker(
mainWindow,
getPreferredSystemLocales(),
getResolvedMessagesLocale().i18n
getResolvedMessagesLocale().i18n,
getLogger()
);
if (!startInTray && windowConfig && windowConfig.maximized) {
mainWindow.maximize();