TheDesk Miria (17.0.0)

This commit is contained in:
cutls
2018-12-09 03:46:01 +09:00
parent 8bb27aa8d5
commit bc197db0d5
32 changed files with 632 additions and 224 deletions

View File

@@ -61,7 +61,7 @@ function load() {
var remote=electron.remote;
var platform=remote.process.platform;
if(platform=="win32"){
$("#linux").prop("checked", false);
}else{
$("#linux").prop("checked", true);
}