Fixing source typo (#27583)

This commit is contained in:
Scott Robertson
2021-02-02 23:11:46 +00:00
committed by GitHub
parent 59d1b650ca
commit ac5c9a8828

View File

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