mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-14 16:13:57 +00:00
Changed default to false
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user