Fix setup wizard shuffle assignment

This commit is contained in:
master
2026-03-10 16:38:28 +02:00
parent e49236f630
commit 2859c751e6

View File

@@ -2297,3 +2297,4 @@ export class SetupWizardComponent implements OnInit, OnDestroy {
this.state.dryRunMode.update(v => !v);
}
}