mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 15:44:27 +02: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('_', ' ');
|
return this.timeZone.split('/')[1].replaceAll('_', ' ');
|
||||||
},
|
},
|
||||||
showSeconds() {
|
showSeconds() {
|
||||||
if (this.options.hideSeconds) return this.options.hideSeconds;
|
if (this.options.hideSeconds) return !this.options.hideSeconds;
|
||||||
// this is the default
|
// this is the default
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user