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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user