docs: fix typo (#29581)

This commit is contained in:
trop[bot]
2021-06-08 10:32:31 +02:00
committed by GitHub
parent 7b6b15d1ca
commit 3a1d65c7c3
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'
})
}