mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Removed else that duplicated while commiting the typo fixes
This commit is contained in:
@@ -411,7 +411,6 @@ void MainWindow::ShowGameList() {
|
||||
if (ui->showGameListAct->isChecked()){
|
||||
RefreshGameTable();
|
||||
} else {
|
||||
else {
|
||||
m_game_grid_frame->clearContents();
|
||||
m_game_list_frame->clearContents();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user