X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FUiConfig.java;h=271abb3ec8e981957da2ebb4cdfb1ee596a63275;hp=e83a46067324339ee2f592e06093da984448ccba;hb=14b574483b51d3859acef6a269f8841b5a4eb5f8;hpb=5c2ea9078adc2037e1ec2033f5798d4c0e11c6ea diff --git a/src/be/nikiroo/fanfix/bundles/UiConfig.java b/src/be/nikiroo/fanfix/bundles/UiConfig.java index e83a460..271abb3 100644 --- a/src/be/nikiroo/fanfix/bundles/UiConfig.java +++ b/src/be/nikiroo/fanfix/bundles/UiConfig.java @@ -22,4 +22,6 @@ public enum UiConfig { NON_IMAGES_DOCUMENT_READER, // @Meta(format = Format.COLOR, description = "The background colour if you don't want the default system one") BACKGROUND_COLOR, // + @Meta(format = Format.BOOLEAN, description = "Show one item per source type when in ALL sources mode instead of one per story") + SOURCE_PAGE, // }