aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.js')
-rw-r--r--src/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app.js b/src/app.js
index 1c2f66592..d8fa37014 100644
--- a/src/app.js
+++ b/src/app.js
@@ -52,7 +52,6 @@ smoothScroll.polyfill();
52 52
53// Basic electron Setup 53// Basic electron Setup
54webFrame.setVisualZoomLevelLimits(1, 1); 54webFrame.setVisualZoomLevelLimits(1, 1);
55webFrame.setLayoutZoomLevelLimits(0, 0);
56 55
57window.addEventListener('load', () => { 56window.addEventListener('load', () => {
58 const serverApi = new ServerApi(); 57 const serverApi = new ServerApi();