mirror of
https://github.com/Lissy93/dashy.git
synced 2026-01-05 15:36:57 +01:00
- fixed small bug, that I forgot to port from the previous implementation
This commit is contained in:
parent
becb50dc58
commit
96684f57c8
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export default {
|
|||
return this.timeZone.split('/')[1].replaceAll('_', ' ');
|
||||
},
|
||||
showSeconds() {
|
||||
if (this.options.hideSeconds) return this.options.hideSeconds;
|
||||
if (this.options.hideSeconds) return !this.options.hideSeconds;
|
||||
// this is the default
|
||||
return true;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue