mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Changed default to false
This commit is contained in:
parent
3229b23cda
commit
4ea9ccb9fb
@ -5,7 +5,7 @@ var time = {
|
||||
updateInterval: 1000,
|
||||
intervalId: undefined,
|
||||
displaySeconds: (typeof config.time.displaySeconds == 'undefined') ? true : config.time.displaySeconds,
|
||||
digitFade: (typeof config.time.digitFade == 'undefined') ? true : config.time.digitFade,
|
||||
digitFade: (typeof config.time.digitFade == 'undefined') ? false : config.time.digitFade,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user