mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
added dev tools to global menu
This commit is contained in:
@@ -45,7 +45,7 @@ function now() {
|
||||
}
|
||||
|
||||
function isElectron() {
|
||||
return window && window.process && window.process.type;
|
||||
return !!(window && window.process && window.process.type);
|
||||
}
|
||||
|
||||
function isMac() {
|
||||
|
||||
Reference in New Issue
Block a user