From 9f9f665ede51ad0983e4a8ac70b2ec5be83ff0be Mon Sep 17 00:00:00 2001 From: V Date: Wed, 21 Jun 2023 16:53:04 +0200 Subject: [PATCH] blehhhhh --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index adbc195..4730d63 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -72,7 +72,7 @@ if (!app.requestSingleInstanceLock({ IS_DEV })) { } async function bootstrap() { - if (!Object.hasOwn(Settings.store, "firstLaunch") || true) { + if (!Object.hasOwn(Settings.store, "firstLaunch")) { createFirstLaunchTour(); } else { createWindows();