X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=bundles%2FUiConfig.java;h=0f3142d3f5552833c162c846122061b9a347e9da;hb=15da4d0add653ff0be6cd4f6d49f4786234114fc;hp=37d4f0b7d53c7d542783e7d00737c5c1b0975f96;hpb=221d255ce1b244f92ea5e5dbc28a6dc4a9057d47;p=fanfix.git diff --git a/bundles/UiConfig.java b/bundles/UiConfig.java index 37d4f0b..0f3142d 100644 --- a/bundles/UiConfig.java +++ b/bundles/UiConfig.java @@ -35,14 +35,17 @@ 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",// + hidden = true, format = Format.BOOLEAN, def = "false") + SHOW_WORDCOUNT, // // // Deprecated //