[education/rkward] rkward/dialogs: Keep next button disabled until R restart is complete

Thomas Friedrichsmeier null at kde.org
Sun Jun 9 08:43:58 BST 2024


Git commit ced08e67548c214fdbd034f49f22a5de686087b7 by Thomas Friedrichsmeier.
Committed on 09/06/2024 at 07:43.
Pushed by tfry into branch 'master'.

Keep next button disabled until R restart is complete

M  +1    -0    rkward/dialogs/rksetupwizard.cpp

https://invent.kde.org/education/rkward/-/commit/ced08e67548c214fdbd034f49f22a5de686087b7

diff --git a/rkward/dialogs/rksetupwizard.cpp b/rkward/dialogs/rksetupwizard.cpp
index afe84336c..22847ae8f 100644
--- a/rkward/dialogs/rksetupwizard.cpp
+++ b/rkward/dialogs/rksetupwizard.cpp
@@ -391,6 +391,7 @@ RKSetupWizard::RKSetupWizard(QWidget* parent, InvokationReason reason, const QLi
 			status->update();
 			if (!(RInterface::instance()->backendIsDead() || RInterface::instance()->backendIsIdle())) {
 				select->hide();
+				setValid(pageref, false);
 				return;
 			}
 			select->updateOptions();


More information about the rkward-tracker mailing list