This commit is contained in:
V 2023-06-21 16:53:04 +02:00
parent fd0055032f
commit 9f9f665ede
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

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