mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04: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