aboutsummaryrefslogtreecommitdiff
path: root/src/qt/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/mainwindow.cpp')
-rw-r--r--src/qt/mainwindow.cpp1
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;