frame icons everywhere
authorNiki Roo <niki@nikiroo.be>
Sun, 3 May 2020 16:02:17 +0000 (18:02 +0200)
committerNiki Roo <niki@nikiroo.be>
Sun, 3 May 2020 16:02:17 +0000 (18:02 +0200)
bundles/UiConfig.java

index 0f3142d3f5552833c162c846122061b9a347e9da..2122ccf8b48164ca04562227cc1c6d32a8388e4f 100644 (file)
@@ -31,6 +31,9 @@ public enum UiConfig {
        @Meta(description = "The external viewer for non-images documents (or empty to use the system default program for the given file type)",//
        format = Format.STRING)
        NON_IMAGES_DOCUMENT_READER, //
+       @Meta(description = "The icon to use for the program",//
+       format = Format.FIXED_LIST, def = "default", list = { "default", "alternative", "magic-book", "pony-book", "pony-library" })
+       PROGRAM_ICON, //
        //
        // GUI settings (hidden in config)
        //