From c50b6a6bd8eded731afacb880e48defca747e566 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 26 Jan 2020 17:54:10 -0500 Subject: disable icons in moment by default --- www/js/NVR.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js') 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; } -- cgit v1.2.3