X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FUiConfig.java;fp=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FUiConfig.java;h=0fac1168324caf7fc63a601b9f4ec77bed6b8cbd;hp=b6be9cb5ada1f93ac094608424d70a91b8685ec9;hb=dd81a122f978dd0f7f74348fdab122d19fadd159;hpb=eea1c0a848465b54feb2648f426196e6ffb7a24f diff --git a/src/be/nikiroo/fanfix/bundles/UiConfig.java b/src/be/nikiroo/fanfix/bundles/UiConfig.java index b6be9cb..0fac116 100644 --- a/src/be/nikiroo/fanfix/bundles/UiConfig.java +++ b/src/be/nikiroo/fanfix/bundles/UiConfig.java @@ -17,8 +17,12 @@ public enum UiConfig { GUI_NON_IMAGES_DOCUMENT_TYPE, // @Meta(format = Format.COMBO_LIST, list = { "CBZ", "HTML" }, description = "The type of output for the GUI Reader for images documents") GUI_IMAGES_DOCUMENT_TYPE, // + @Meta(format = Format.BOOLEAN, description = "Use the internal reader for images documents -- this is TRUE by default") + IMAGES_DOCUMENT_USE_INTERNAL_READER, // @Meta(info = "A command to start", description = "The command launched for images documents -- default to the system default for the current file type") IMAGES_DOCUMENT_READER, // + @Meta(format = Format.BOOLEAN, description = "Use the internal reader for non images documents -- this is TRUE by default") + NON_IMAGES_DOCUMENT_USE_INTERNAL_READER, // @Meta(info = "A command to start", description = "The command launched for non images documents -- default to the system default for the current file type") NON_IMAGES_DOCUMENT_READER, // @Meta(format = Format.COLOR, description = "The background colour if you don't want the default system one")