Removed else that duplicated while commiting the typo fixes
This commit is contained in:
parent
4375e6fa3a
commit
0d56be629b
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue