Removed else that duplicated while commiting the typo fixes

This commit is contained in:
Leonardo 2024-08-08 18:33:06 -03:00
parent 4375e6fa3a
commit 0d56be629b
1 changed files with 0 additions and 1 deletions

View File

@ -411,7 +411,6 @@ void MainWindow::ShowGameList() {
if (ui->showGameListAct->isChecked()){ if (ui->showGameListAct->isChecked()){
RefreshGameTable(); RefreshGameTable();
} else { } else {
else {
m_game_grid_frame->clearContents(); m_game_grid_frame->clearContents();
m_game_list_frame->clearContents(); m_game_list_frame->clearContents();
} }