X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=bundles%2FUiConfig.java;h=37d4f0b7d53c7d542783e7d00737c5c1b0975f96;hb=221d255ce1b244f92ea5e5dbc28a6dc4a9057d47;hp=0640db830bbbfb477c04843b01c3739c51b53d5d;hpb=669a62833b4458bad0772debdd06921080500221;p=nikiroo-utils.git diff --git a/bundles/UiConfig.java b/bundles/UiConfig.java index 0640db8..37d4f0b 100644 --- a/bundles/UiConfig.java +++ b/bundles/UiConfig.java @@ -31,7 +31,23 @@ public enum UiConfig { @Meta(description = "The external viewer for non-images documents (or empty to use the system default program for the given file type)",// format = Format.STRING) NON_IMAGES_DOCUMENT_READER, // + // + // GUI settings (hidden in config) + // + @Meta(description = "Show the side panel by default",// + format = Format.BOOLEAN, def = "true") + SHOW_SIDE_PANEL, // + @Meta(description = "Show the details panel by default",// + format = Format.BOOLEAN, def = "true") + SHOW_DETAILS_PANEL, // + @Meta(description = "Show thumbnails by default in the books view",// + format = Format.BOOLEAN, def = "false") + SHOW_THUMBNAILS, // + // + // Deprecated + // @Meta(description = "The background colour of the library if you don't like the default system one",// - format = Format.COLOR) + hidden = true, format = Format.COLOR) + @Deprecated BACKGROUND_COLOR, // }