#23 Fix: Snap updator bug

This commit is contained in:
Cutls 2019-03-09 11:24:07 +09:00
commit 6c69954ec4
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ function load() {
var electron = require("electron");
var remote=electron.remote;
var platform=remote.process.platform;
if(platform=="win32"){
if(localStorage.getItem("winstore")!="localinstall"){
$("#linux").prop("checked", false);
}else{
$("#linux").prop("checked", true);