migration now works also in electron

This commit is contained in:
azivner
2017-11-30 19:58:00 -05:00
parent 719f553054
commit 7bdf269095
9 changed files with 20 additions and 14 deletions

View File

@@ -106,10 +106,6 @@ $(document).tooltip({
}
});
function isElectron() {
return window && window.process && window.process.type;
}
let appShown = false;
function showAppIfHidden() {