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() }