mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fix statusbar time in complex theme
The complex theme had the time in the status bar set to `$H:$M:%S` which resulted in the time being displayed as `$H:$M:30`.
This commit is contained in:
parent
fa8a5323b6
commit
ef603c46b5
@ -9,7 +9,7 @@ time.muc=%d/%m/%y %H:%M:%S
|
||||
time.mucconfig=%d/%m/%y %H:%M:%S
|
||||
time.private=%d/%m/%y %H:%M:%S
|
||||
time.xmlconsole=%d/%m/%y %H:%M:%S
|
||||
time.statusbar=$H:$M:%S
|
||||
time.statusbar=%H:%M:%S
|
||||
resource.title=true
|
||||
resource.message=true
|
||||
statuses.console=all
|
||||
|
Loading…
Reference in New Issue
Block a user