From: Niki Roo Date: Tue, 5 May 2020 16:33:25 +0000 (+0200) Subject: Merge commit '9b75402fd752653f27158f1c1775a062672c7b27' X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=commitdiff_plain;h=a1ff5c233eabcad91120cee2de614db98edec5da Merge commit '9b75402fd752653f27158f1c1775a062672c7b27' --- a1ff5c233eabcad91120cee2de614db98edec5da diff --cc bundles/Config.java index fd27a83,587851a..3af83c1 --- a/bundles/Config.java +++ b/bundles/Config.java @@@ -16,10 -16,7 +16,6 @@@ public enum Config @Meta(description = "The language to use for in the program (example: en-GB, fr-BE...) or nothing for default system language (can be overwritten with the variable $LANG)",// format = Format.LOCALE, list = { "en-GB", "fr-BE" }) LANG, // - @Meta(description = "The default reader type to use to read stories:\nCLI = simple output to console\nTUI = a Text User Interface with menus and windows, based upon Jexer\nGUI = a GUI with locally stored files, based upon Swing", // - hidden = true, format = Format.FIXED_LIST, list = { "CLI", "GUI", "TUI" }, def = "GUI") - READER_TYPE, // -- @Meta(description = "File format options",// group = true) FILE_FORMAT, //