appearance tab in hidden subtree

This commit is contained in:
zadam
2022-12-06 17:05:21 +01:00
parent d619a7a2d7
commit 9e83368f87
5 changed files with 372 additions and 21 deletions

View File

@@ -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())
// );
}
}