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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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