mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
migration now works also in electron
This commit is contained in:
@@ -106,10 +106,6 @@ $(document).tooltip({
|
||||
}
|
||||
});
|
||||
|
||||
function isElectron() {
|
||||
return window && window.process && window.process.type;
|
||||
}
|
||||
|
||||
let appShown = false;
|
||||
|
||||
function showAppIfHidden() {
|
||||
|
||||
Reference in New Issue
Block a user