docs: fix typo (#29583)

* Typo fix

* Update main.js

Co-authored-by: ZReC <contact.zrec@gmail.com>
This commit is contained in:
trop[bot]
2021-06-14 09:34:52 +09:00
committed by GitHub
parent 1d0be9d6ed
commit b884381311
2 changed files with 2 additions and 2 deletions

View File

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