mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Fixing source typo (#27583)
This commit is contained in:
@@ -154,7 +154,7 @@ function createWindow () {
|
||||
})
|
||||
|
||||
ipcMain.handle('dark-mode:system', () => {
|
||||
nativeTheme.themeSouce = 'system'
|
||||
nativeTheme.themeSource = 'system'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user