This commit is contained in:
Your Name
2024-04-28 14:24:43 -05:00
parent 5d4d06a5ec
commit 5e4ce05f6b

View File

@@ -50,7 +50,7 @@ void ReadyWindow::paintEvent(QPaintEvent *event) {
void ReadyWindow::showEvent(QShowEvent *event) {
refresh();
timer->start(180 * 1000);
timer->start(120 * 1000);
}
void ReadyWindow::hideEvent(QHideEvent *event) {