Merge branch 'subtree'
[nikiroo-utils.git] / src / be / nikiroo / fanfix / bundles / UiConfig.java
index 0640db830bbbfb477c04843b01c3739c51b53d5d..dd7bbc7032b4a1b2dfc4b9e29991fd131aeeafad 100644 (file)
@@ -32,6 +32,6 @@ public enum UiConfig {
        format = Format.STRING)
        NON_IMAGES_DOCUMENT_READER, //
        @Meta(description = "The background colour of the library if you don't like the default system one",//
-       format = Format.COLOR)
+       hidden = true, format = Format.COLOR)
        BACKGROUND_COLOR, //
 }