From: Niki Roo Date: Fri, 1 May 2020 21:25:05 +0000 (+0200) Subject: show wordcount option X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=commitdiff_plain;h=3b434684e6479c4c8ff6bf4034ce08cc5b5d787b show wordcount option --- diff --git a/bundles/UiConfig.java b/bundles/UiConfig.java index 37d4f0b..11b3a87 100644 --- a/bundles/UiConfig.java +++ b/bundles/UiConfig.java @@ -43,6 +43,9 @@ public enum UiConfig { @Meta(description = "Show thumbnails by default in the books view",// format = Format.BOOLEAN, def = "false") SHOW_THUMBNAILS, // + @Meta(description = "Show a words/images count instead of the author by default in the books view",// + format = Format.BOOLEAN, def = "false") + SHOW_WORDCOUNT, // // // Deprecated //