Skip to content

Commit 0921d35

Browse files
committed
fixup keychain access
1 parent cbd178a commit 0921d35

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ async function restoreSession() {
218218
}
219219
}
220220

221+
app.commandLine.appendSwitch("use-mock-keychain");
222+
221223
app.whenReady().then(async () => {
222224
if (process.platform === "darwin") app.dock.hide();
223225

package-lock.json

Lines changed: 2 additions & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dmtool",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"type": "module",
55
"main": "main.js",
66
"author": "Damian Mąsior",

src/about/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</head>
4343
<body>
4444
<h1>DMTool</h1>
45-
<p>Version: 0.4.0</p>
45+
<p>Version: 0.4.1</p>
4646
<a id="open-link" href="https://github.com/dmasior/dmtool">github.com/dmasior/dmtool</a>
4747
<script>
4848
const shell = require("electron").shell;

0 commit comments

Comments
 (0)