This commit is contained in:
Mr. Stallion 2020-10-07 21:30:06 -05:00
parent 60bdcc6c99
commit 0cabb26d34
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
async mounted(): Promise<void> {
log.debug('init.window.mounting');
// top bar devtools
browserWindow.webContents.openDevTools({ mode: 'detach' });
// browserWindow.webContents.openDevTools({ mode: 'detach' });
updateSupportedLanguages(browserWindow.webContents.session.availableSpellCheckerLanguages);