mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +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 New Issue
Block a user