Fixed if else formatting

This commit is contained in:
Leonardo 2024-08-08 18:30:58 -03:00
parent ddec111da6
commit 4375e6fa3a
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ void MainWindow::SearchGameTable(const QString& text) {
void MainWindow::ShowGameList() {
if (ui->showGameListAct->isChecked()){
RefreshGameTable();
}
} else {
else {
m_game_grid_frame->clearContents();
m_game_list_frame->clearContents();