From f83bb3e816c86ed50335dba2836d34a84e5ee496 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Fri, 3 Aug 2018 14:03:43 +1200 Subject: [PATCH] Trying something --- desktop/sources/scripts/guide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/sources/scripts/guide.js b/desktop/sources/scripts/guide.js index 4cf6259..227b82c 100644 --- a/desktop/sources/scripts/guide.js +++ b/desktop/sources/scripts/guide.js @@ -8,7 +8,7 @@ function Guide() this.el.style.height = "320px"; this.show_extras = true; - this.scale = 2; // require('electron').remote.getCurrentWindow().this.scaleFactor; + this.scale = require('electron').remote.getCurrentWindow().scaleFactor; this.start = function() {