From: Niki Roo Date: Sun, 3 May 2020 16:02:17 +0000 (+0200) Subject: frame icons everywhere X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=commitdiff_plain;h=9b558b883e9a5e38e8d0764fed33534aa91d9ae4 frame icons everywhere --- diff --git a/bundles/UiConfig.java b/bundles/UiConfig.java index 0f3142d..2122ccf 100644 --- a/bundles/UiConfig.java +++ b/bundles/UiConfig.java @@ -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) //