parent
556c91a989
commit
330b7849a3
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ function createWindow () {
|
||||||
})
|
})
|
||||||
|
|
||||||
ipcMain.handle('dark-mode:system', () => {
|
ipcMain.handle('dark-mode:system', () => {
|
||||||
nativeTheme.themeSouce = 'system'
|
nativeTheme.themeSource = 'system'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -159,7 +159,7 @@ function createWindow () {
|
||||||
})
|
})
|
||||||
|
|
||||||
ipcMain.handle('dark-mode:system', () => {
|
ipcMain.handle('dark-mode:system', () => {
|
||||||
nativeTheme.themeSouce = 'system'
|
nativeTheme.themeSource = 'system'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue