Skip to content

Commit 3eac98b

Browse files
committed
Merge branch 'dev' into Johnny
2 parents 8a47007 + e0501ac commit 3eac98b

File tree

14 files changed

+744
-1422
lines changed

14 files changed

+744
-1422
lines changed

dasdasd\

Lines changed: 0 additions & 740 deletions
This file was deleted.

package-lock.json

Lines changed: 142 additions & 181 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@ssthouse/vue3-tree-chart": "^0.2.3",
2929
"core-js": "^3.21.1",
3030
"dotenv": "^16.0.0",
31+
"electron-deeplink": "^1.0.10",
3132
"fs-extra": "^10.0.0",
3233
"http": "^0.0.1-security",
3334
"https": "^1.0.0",

src-electron/electron-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ try {
1919
path.join(app.getPath("userData"), "DevTools Extensions")
2020
);
2121
}
22-
} catch (_) {}
22+
} catch (_) { }
2323

2424
let mainWindow;
2525
// Added

0 commit comments

Comments
 (0)