Qt: don't show updater if booted with cli arg

This commit is contained in:
Megamouse 2021-03-25 22:55:06 +01:00
parent 9d895e6b15
commit 9f80a55652
5 changed files with 12 additions and 4 deletions

View file

@ -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;
}