ggs-quick-intro: alwaysShow-Option; Busfahrt zeigt Onboarding bei jedem Besuch

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-08-25 17:19:14 +02:00
parent 1dffef8200
commit 41731254b1
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -187,8 +187,8 @@
title: _config.title,
replay: function () { open(); },
};
// Beim 1. Besuch automatisch öffnen.
if (!isSeen()) {
// Automatisch öffnen: beim 1. Besuch — oder IMMER, wenn alwaysShow gesetzt.
if (_config.alwaysShow || !isSeen()) {
// Kleiner Delay, damit Sim-Boot zuerst sein DOM aufbauen kann.
setTimeout(open, 400);
} else {