diff --git a/desktop/sources/scripts/guide.js b/desktop/sources/scripts/guide.js index d094325..4355a70 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; - var scale = require('electron').remote.getCurrentWindow().scaleFactor; + var scale = 2; // require('electron').remote.getCurrentWindow().scaleFactor; this.start = function() {