mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
appearance tab in hidden subtree
This commit is contained in:
@@ -218,20 +218,20 @@ export default class DesktopLayout {
|
||||
.child(new DeleteNotesDialog())
|
||||
.child(new InfoDialog())
|
||||
.child(new ConfirmDialog())
|
||||
.child(new PromptDialog())
|
||||
.child(new OptionsDialog()
|
||||
.child(new AppearanceOptions())
|
||||
.child(new KeyboardShortcutsOptions())
|
||||
.child(new TextNotesOptions())
|
||||
.child(new CodeNotesOptions())
|
||||
.child(new ImageOptions())
|
||||
.child(new SpellcheckOptions())
|
||||
.child(new PasswordOptions())
|
||||
.child(new EtapiOptions())
|
||||
.child(new BackupOptions())
|
||||
.child(new SyncOptions())
|
||||
.child(new OtherOptions())
|
||||
.child(new AdvancedOptions())
|
||||
);
|
||||
.child(new PromptDialog());
|
||||
// .child(new OptionsDialog()
|
||||
// .child(new AppearanceOptions())
|
||||
// .child(new KeyboardShortcutsOptions())
|
||||
// .child(new TextNotesOptions())
|
||||
// .child(new CodeNotesOptions())
|
||||
// .child(new ImageOptions())
|
||||
// .child(new SpellcheckOptions())
|
||||
// .child(new PasswordOptions())
|
||||
// .child(new EtapiOptions())
|
||||
// .child(new BackupOptions())
|
||||
// .child(new SyncOptions())
|
||||
// .child(new OtherOptions())
|
||||
// .child(new AdvancedOptions())
|
||||
// );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user