This commit is contained in:
Jason Wen
2024-05-31 03:27:26 -04:00
parent 00ad42da50
commit 2ee7a0200f
+1 -1
View File
@@ -55,7 +55,7 @@ int main(int argc, char *argv[]) {
});
QObject::connect(&watcher, &QFutureWatcher<void>::finished, [=]() {
update_btn->setEnabled(true);
update_btn->setText("Ready to Reboot")
update_btn->setText("Ready to Reboot");
});
watcher.setFuture(future);
});