Fixed if else formatting
This commit is contained in:
parent
ddec111da6
commit
4375e6fa3a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue