mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-23 20:52:06 +08:00
oops
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user