mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +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()){
|
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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user