From f15312c52bc54c852e9502cac64a1a9b3e8e2fd5 Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Tue, 19 Mar 2024 09:43:16 +0100 Subject: [PATCH] Update index.ts --- macapp/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macapp/src/index.ts b/macapp/src/index.ts index 96c3e351..3d376cb0 100644 --- a/macapp/src/index.ts +++ b/macapp/src/index.ts @@ -256,7 +256,7 @@ async function init() { server() - if (store.get('first-time-run1') && isInstalled) { + if (store.get('first-time-run') && isInstalled) { if (process.platform === 'darwin') { app.dock.hide() }