TheDesk Miria (17.1.1)

This commit is contained in:
Cutls
2019-03-07 00:48:18 +09:00
parent 412791975c
commit 5b699c1775
9 changed files with 35 additions and 6 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);