hide some UI settings by default
authorNiki Roo <niki@nikiroo.be>
Fri, 1 May 2020 21:26:14 +0000 (23:26 +0200)
committerNiki Roo <niki@nikiroo.be>
Fri, 1 May 2020 21:26:14 +0000 (23:26 +0200)
bundles/UiConfig.java

index 11b3a871c572fd558ae4c66c61598062ea24930c..0f3142d3f5552833c162c846122061b9a347e9da 100644 (file)
@@ -35,16 +35,16 @@ public enum UiConfig {
        // GUI settings (hidden in config)
        //
        @Meta(description = "Show the side panel by default",//
-       format = Format.BOOLEAN, def = "true")
+       hidden = true, format = Format.BOOLEAN, def = "true")
        SHOW_SIDE_PANEL, //
        @Meta(description = "Show the details panel by default",//
-       format = Format.BOOLEAN, def = "true")
+       hidden = true, format = Format.BOOLEAN, def = "true")
        SHOW_DETAILS_PANEL, //
        @Meta(description = "Show thumbnails by default in the books view",//
-       format = Format.BOOLEAN, def = "false")
+       hidden = true, format = Format.BOOLEAN, def = "false")
        SHOW_THUMBNAILS, //
        @Meta(description = "Show a words/images count instead of the author by default in the books view",//
-       format = Format.BOOLEAN, def = "false")
+       hidden = true, format = Format.BOOLEAN, def = "false")
        SHOW_WORDCOUNT, //
        //
        // Deprecated