Add AutoStart to first launch tour

This commit is contained in:
V
2023-06-21 16:52:28 +02:00
parent a993d34c9d
commit fd0055032f
3 changed files with 72 additions and 7 deletions

View File

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