This commit is contained in:
Your Name
2024-02-13 01:47:19 -06:00
parent 00bef387df
commit ebad1a29b2
2 changed files with 14 additions and 13 deletions

View File

@@ -183,8 +183,8 @@ void DeclinePage::showEvent(QShowEvent *event) {
void OnboardingWindow::updateActiveScreen() {
if (!accepted_terms) {
setCurrentIndex(0);
} else if (!training_done && !params.getBool("Passive")) {
setCurrentIndex(1);
// } else if (!training_done && !params.getBool("Passive")) {
// setCurrentIndex(1);
} else {
emit onboardingDone();
}