Qt: Clear the status text after gamelist scanning

Improves UI parity with DuckStation.
This commit is contained in:
Silent 2023-01-31 21:54:29 +01:00 committed by refractionpcsx2
parent f96ca4ac1f
commit bfd8fc771a
1 changed files with 1 additions and 0 deletions

View File

@ -1363,6 +1363,7 @@ void MainWindow::onGameListRefreshProgress(const QString& status, int current, i
void MainWindow::onGameListRefreshComplete()
{
m_ui.statusBar->clearMessage();
clearProgressBar();
}