Default to system
theme-setting
This commit is contained in:
parent
67339001a8
commit
b08691b35b
1 changed files with 1 additions and 5 deletions
|
@ -258,11 +258,7 @@ export function createIPCEvents(
|
|||
window.storage.get('auto-download-update', true),
|
||||
setAutoDownloadUpdate: value =>
|
||||
window.storage.put('auto-download-update', value),
|
||||
getThemeSetting: () =>
|
||||
window.storage.get(
|
||||
'theme-setting',
|
||||
window.platform === 'darwin' ? 'system' : 'light'
|
||||
),
|
||||
getThemeSetting: () => window.storage.get('theme-setting', 'system'),
|
||||
setThemeSetting: value => {
|
||||
const promise = window.storage.put('theme-setting', value);
|
||||
themeChanged();
|
||||
|
|
Loading…
Add table
Reference in a new issue