diff --git a/linphone-desktop/src/app/App.cpp b/linphone-desktop/src/app/App.cpp index c519f61ce..289fe6bf5 100644 --- a/linphone-desktop/src/app/App.cpp +++ b/linphone-desktop/src/app/App.cpp @@ -481,10 +481,10 @@ void App::openAppAfterInit () { else setTrayIcon(); - smartShowWindow(mainWindow); - #else if (!mParser.isSet("iconified")) smartShowWindow(mainWindow); + #else + smartShowWindow(mainWindow); #endif // ifndef __APPLE__ // Display Assistant if it's the first time app launch.