Settings menu: Always show things count even when inbox is not empty (#3001)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>pull/3003/head
parent
f83116f447
commit
bd3f1c4e0d
|
@ -29,7 +29,7 @@
|
|||
link="things/"
|
||||
title="Things"
|
||||
:badge="(inboxCount > 0) ? inboxCount : undefined"
|
||||
:after="(inboxCount > 0) ? undefined : thingsCount"
|
||||
:after="(inboxCount > 0) ? (thingsCount + '+') : thingsCount"
|
||||
:badge-color="inboxCount ? 'red' : 'blue'"
|
||||
:footer="objectsSubtitles.things">
|
||||
<f7-icon slot="media" f7="lightbulb" color="gray" />
|
||||
|
|
Loading…
Reference in New Issue