mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00: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