X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=bundles%2FUiConfig.java;h=2122ccf8b48164ca04562227cc1c6d32a8388e4f;hp=37d4f0b7d53c7d542783e7d00737c5c1b0975f96;hb=258e065f81071a861711ef935dca3ec5563f4360;hpb=221d255ce1b244f92ea5e5dbc28a6dc4a9057d47 diff --git a/bundles/UiConfig.java b/bundles/UiConfig.java index 37d4f0b..2122ccf 100644 --- a/bundles/UiConfig.java +++ b/bundles/UiConfig.java @@ -31,18 +31,24 @@ 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, // + @Meta(description = "The icon to use for the program",// + format = Format.FIXED_LIST, def = "default", list = { "default", "alternative", "magic-book", "pony-book", "pony-library" }) + PROGRAM_ICON, // // // 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 //