added dev tools to global menu

This commit is contained in:
zadam
2019-02-09 19:25:55 +01:00
parent c09570cf39
commit 176c3a5d51
3 changed files with 15 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ function now() {
}
function isElectron() {
return window && window.process && window.process.type;
return !!(window && window.process && window.process.type);
}
function isMac() {