diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-09-02 19:19:17 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-09-02 19:19:17 +0200 |
commit | a4da54ddf1d41f5bbadf54be7f025a9e7a928eff (patch) | |
tree | c91e398d78be80e1660e859915257846f0f88a44 /src/qt/mainwindow.cpp | |
parent | 833b16d109444ed15643246f1f419d6e96f101c3 (diff) | |
download | OFQT-a4da54ddf1d41f5bbadf54be7f025a9e7a928eff.tar.gz OFQT-a4da54ddf1d41f5bbadf54be7f025a9e7a928eff.zip |
reverse search vdf's correctly, return on non forks
Diffstat (limited to 'src/qt/mainwindow.cpp')
-rw-r--r-- | src/qt/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/mainwindow.cpp b/src/qt/mainwindow.cpp index 84d6ee9..12ddf3e 100644 --- a/src/qt/mainwindow.cpp +++ b/src/qt/mainwindow.cpp @@ -142,6 +142,7 @@ void MainWindow::workerResult(const enum Worker::Results_t& result) case Worker::RESULT_UPDATE_COMPLETE: resetProgress(); + ui->mainButton->setText("Play"); ui->statusLabel->setText("Updated"); workerOperate(Worker::TASK_IS_UPTODATE); break; |