Fixing source
typo (#27583)
This commit is contained in:
parent
59d1b650ca
commit
ac5c9a8828
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ function createWindow () {
|
||||||
})
|
})
|
||||||
|
|
||||||
ipcMain.handle('dark-mode:system', () => {
|
ipcMain.handle('dark-mode:system', () => {
|
||||||
nativeTheme.themeSouce = 'system'
|
nativeTheme.themeSource = 'system'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue