mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Qt: don't show updater if booted with cli arg
This commit is contained in:
parent
9d895e6b15
commit
9f80a55652
5 changed files with 12 additions and 4 deletions
|
@ -96,7 +96,7 @@ bool gui_application::Init()
|
|||
welcome->exec();
|
||||
}
|
||||
|
||||
if (m_main_window && !m_main_window->Init())
|
||||
if (m_main_window && !m_main_window->Init(m_with_cli_boot))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue