mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Qt: Fix render widget not being on top when using -n / -e
This commit is contained in:
parent
99dff10d43
commit
fa77e09239
3 changed files with 16 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue