mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-26 10:24:40 +03:00
- fixed small bug, that I forgot to port from the previous implementation
This commit is contained in:
parent
becb50dc58
commit
96684f57c8
@ -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 New Issue
Block a user