This commit is contained in:
V
2023-06-21 16:53:04 +02:00
parent fd0055032f
commit 9f9f665ede

View File

@@ -72,7 +72,7 @@ if (!app.requestSingleInstanceLock({ IS_DEV })) {
} }
async function bootstrap() { async function bootstrap() {
if (!Object.hasOwn(Settings.store, "firstLaunch") || true) { if (!Object.hasOwn(Settings.store, "firstLaunch")) {
createFirstLaunchTour(); createFirstLaunchTour();
} else { } else {
createWindows(); createWindows();