docs: fix typo (#29582)

* Typo fix

* Update main.js

Co-authored-by: ZReC <contact.zrec@gmail.com>
This commit is contained in:
trop[bot]
2021-06-14 09:35:07 +09:00
committed by GitHub
parent 38fce95417
commit 72733bae8a
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ function createWindow () {
})
ipcMain.handle('dark-mode:system', () => {
nativeTheme.themeSouce = 'system'
nativeTheme.themeSource = 'system'
})
}

View File

@@ -159,7 +159,7 @@ function createWindow () {
})
ipcMain.handle('dark-mode:system', () => {
nativeTheme.themeSouce = 'system'
nativeTheme.themeSource = 'system'
})
}