Commit b4da8ddc authored by Ronan Abhamon's avatar Ronan Abhamon

fix(src/app/App): use `showNormal` instead of `setVisible`

parent afb72301
...@@ -147,7 +147,7 @@ void App::initContentApp () { ...@@ -147,7 +147,7 @@ void App::initContentApp () {
#endif // ifndef __APPLE__ #endif // ifndef __APPLE__
if (!m_parser.isSet("iconified")) if (!m_parser.isSet("iconified"))
getMainWindow()->setVisible(true); getMainWindow()->showNormal();
if (m_parser.isSet("selftest")) if (m_parser.isSet("selftest"))
QTimer::singleShot(300, this, &App::quit); QTimer::singleShot(300, this, &App::quit);
......
...@@ -94,7 +94,6 @@ Controls1.ApplicationWindow { ...@@ -94,7 +94,6 @@ Controls1.ApplicationWindow {
width: MainWindowStyle.width width: MainWindowStyle.width
title: MainWindowStyle.title title: MainWindowStyle.title
visible: false
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// Menu bar. // Menu bar.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment