New one-item-per-source-type mode
[fanfix.git] / src / be / nikiroo / fanfix / bundles / UiConfig.java
index e83a46067324339ee2f592e06093da984448ccba..271abb3ec8e981957da2ebb4cdfb1ee596a63275 100644 (file)
@@ -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, //
 }