This commit is contained in:
Your Name
2024-04-28 14:55:01 -05:00
parent 90a4ed9cab
commit b2767a27f6
3 changed files with 27 additions and 21 deletions

View File

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