From 3b434684e6479c4c8ff6bf4034ce08cc5b5d787b Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Fri, 1 May 2020 23:25:05 +0200 Subject: [PATCH] show wordcount option --- bundles/UiConfig.java | 3 +++ 1 file changed, 3 insertions(+) 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 // -- 2.27.0