mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt: Fix render widget not being on top when using -n / -e
This commit is contained in:
@ -180,7 +180,7 @@ int main(int argc, char* argv[])
|
||||
MainWindow win{std::move(boot)};
|
||||
if (options.is_set("debugger"))
|
||||
Settings::Instance().SetDebugModeEnabled(true);
|
||||
win.show();
|
||||
win.Show();
|
||||
|
||||
#if defined(USE_ANALYTICS) && USE_ANALYTICS
|
||||
if (!SConfig::GetInstance().m_analytics_permission_asked)
|
||||
|
Reference in New Issue
Block a user