TheDesk Miho (ver.5)

This commit is contained in:
cutls
2018-01-31 01:43:01 +09:00
parent afc5721ffe
commit 3dcc1d7581
18 changed files with 234 additions and 154 deletions

View File

@@ -171,7 +171,11 @@ function login(url) {
localStorage.setItem("client_secret", json["client_secret"]);
$("#auth").show();
$("#add").hide();
window.open(auth);
const {
shell
} = require('electron');
shell.openExternal(auth);
});
}