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
jimtng 2025-01-10 22:12:02 +10:00 committed by GitHub
parent f83116f447
commit bd3f1c4e0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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" />