mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(settings): default option for checkbox
This commit is contained in:
parent
d4f3de3ad7
commit
3a63f44c3a
@ -46,5 +46,6 @@ export default class ElectronIntegrationOptions extends OptionsWidget {
|
||||
|
||||
async optionsLoaded(options) {
|
||||
this.$nativeTitleBarSelect.val(options.nativeTitleBarVisible === 'true' ? 'show' : 'hide');
|
||||
this.setCheckboxState(this.$backgroundEffects, options.backgroundEffects);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user