mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
Remove blue box around loading screen
This commit is contained in:
parent
d152eea254
commit
681b9f8407
1 changed files with 0 additions and 1 deletions
|
@ -904,7 +904,6 @@ void GMainWindow::BootGame(const QString& filename) {
|
||||||
|
|
||||||
loading_screen->Prepare(Core::System::GetInstance().GetAppLoader());
|
loading_screen->Prepare(Core::System::GetInstance().GetAppLoader());
|
||||||
loading_screen->show();
|
loading_screen->show();
|
||||||
loading_screen->setFocus();
|
|
||||||
|
|
||||||
emulation_running = true;
|
emulation_running = true;
|
||||||
if (ui.action_Fullscreen->isChecked()) {
|
if (ui.action_Fullscreen->isChecked()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue