fix: Get rid of placeholder

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-12-21 00:37:20 +00:00
parent 68328293bb
commit 62f2d322b1

View File

@@ -2272,11 +2272,9 @@ void GMainWindow::OnEmulationStopped() {
render_window->hide();
loading_screen->hide();
loading_screen->Clear();
if (game_list->IsEmpty()) {
game_list_placeholder->show();
} else {
game_list->show();
}
game_list->show();
game_list_placeholder->hide();
game_list->SetFilterFocus();
tas_label->clear();
input_subsystem->GetTas()->Stop();