Commit 1db3c9c0 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(app): test `iconified` option if os != mac

parent 9e4dae0e
...@@ -481,9 +481,9 @@ void App::openAppAfterInit () { ...@@ -481,9 +481,9 @@ void App::openAppAfterInit () {
else else
setTrayIcon(); setTrayIcon();
if (!mParser.isSet("iconified"))
smartShowWindow(mainWindow); smartShowWindow(mainWindow);
#else #else
if (!mParser.isSet("iconified"))
smartShowWindow(mainWindow); smartShowWindow(mainWindow);
#endif // ifndef __APPLE__ #endif // ifndef __APPLE__
......
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