mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-01 12:46:01 +00:00
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 a new issue