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