mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 14:18:09 +00:00
fix(src/app/App): use showNormal instead of setVisible
This commit is contained in:
parent
afb7230168
commit
b4da8ddce9
2 changed files with 1 additions and 2 deletions
|
|
@ -147,7 +147,7 @@ void App::initContentApp () {
|
|||
#endif // ifndef __APPLE__
|
||||
|
||||
if (!m_parser.isSet("iconified"))
|
||||
getMainWindow()->setVisible(true);
|
||||
getMainWindow()->showNormal();
|
||||
|
||||
if (m_parser.isSet("selftest"))
|
||||
QTimer::singleShot(300, this, &App::quit);
|
||||
|
|
|
|||
|
|
@ -94,7 +94,6 @@ Controls1.ApplicationWindow {
|
|||
width: MainWindowStyle.width
|
||||
|
||||
title: MainWindowStyle.title
|
||||
visible: false
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Menu bar.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue