This commit is contained in:
Devine Lu Linvega 2018-08-03 14:49:27 +12:00
parent cd3095cbbe
commit edaa37077b

View File

@ -8,7 +8,7 @@ function Guide()
this.el.style.height = "320px";
this.show_extras = true;
this.scale = require('electron').remote.getCurrentWindow().scaleFactor;
this.scale = 2; // require('electron').remote.getCurrentWindow().scaleFactor;
this.start = function()
{