mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-24 03:33:27 +00:00
fix: Get rid of placeholder
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user