gui: allow 'all' and 'listing' for sources and authors
[fanfix.git] / src / be / nikiroo / fanfix / bundles / UiConfig.java
index f36d2bba78219dc9b8fcd089450b8d2697128ff1..b6be9cb5ada1f93ac094608424d70a91b8685ec9 100644 (file)
@@ -23,6 +23,4 @@ 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, //
 }