git://git.nikiroo.be
/
fanfix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221d255
)
show wordcount option
author
Niki Roo
<niki@nikiroo.be>
Fri, 1 May 2020 21:25:05 +0000
(23:25 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Fri, 1 May 2020 21:25:05 +0000
(23:25 +0200)
bundles/UiConfig.java
patch
|
blob
|
blame
|
history
diff --git
a/bundles/UiConfig.java
b/bundles/UiConfig.java
index 37d4f0b7d53c7d542783e7d00737c5c1b0975f96..11b3a871c572fd558ae4c66c61598062ea24930c 100644
(file)
--- 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
//