mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-17 02:00:45 -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();
|
render_window->hide();
|
||||||
loading_screen->hide();
|
loading_screen->hide();
|
||||||
loading_screen->Clear();
|
loading_screen->Clear();
|
||||||
if (game_list->IsEmpty()) {
|
|
||||||
game_list_placeholder->show();
|
game_list->show();
|
||||||
} else {
|
game_list_placeholder->hide();
|
||||||
game_list->show();
|
|
||||||
}
|
|
||||||
game_list->SetFilterFocus();
|
game_list->SetFilterFocus();
|
||||||
tas_label->clear();
|
tas_label->clear();
|
||||||
input_subsystem->GetTas()->Stop();
|
input_subsystem->GetTas()->Stop();
|
||||||
|
|||||||
Reference in New Issue
Block a user