From 228444889dabfc23c87727ddc879b01f40e97a7f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 27 Jun 2016 15:57:59 -0400 Subject: #275 - upgraded electron chrome and some other tweaks Former-commit-id: cedefb2be8be6dd09a6c2ea27d449523aada1b64 --- www/js/DataModel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/js/DataModel.js') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 9bb1c7e0..5602f7eb 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -91,7 +91,7 @@ angular.module('zmApp.controllers') 'resumeDelay': 300, 'language': 'en', 'reachability': true, - 'forceImageModePath': true, + 'forceImageModePath': false, @@ -427,8 +427,8 @@ angular.module('zmApp.controllers') } if (typeof loginData.forceImageModePath == 'undefined') { - zmDebug("forceImageModePath does not exist. Setting to true"); - loginData.forceImageModePath = true; + zmDebug("forceImageModePath does not exist. Setting to false"); + loginData.forceImageModePath = false; } if (typeof loginData.reachability == 'undefined') { -- cgit v1.2.3