diff options
Diffstat (limited to 'www/js/NVR.js')
| -rw-r--r-- | www/js/NVR.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js index 272ea3a2..8b2d17c0 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -1481,7 +1481,7 @@ angular.module('zmApp.controllers') if (typeof loginData.momentShowIcons == 'undefined') { - loginData.momentShowIcons = true; + loginData.momentShowIcons = false; } |
