diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-01-26 17:54:10 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-01-26 17:54:10 -0500 |
| commit | c50b6a6bd8eded731afacb880e48defca747e566 (patch) | |
| tree | 7d117df9d099d2e2448d8d9013eba27d8472108a | |
| parent | ea667d5bb8845d1a1ee1e08d128092492a2a39de (diff) | |
disable icons in moment by default
| -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; } |
