From 1db3c9c0a5b1d62f946f13d4cc17a1a67b7da8b5 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 6 Jun 2017 12:29:06 +0200 Subject: [PATCH] fix(app): test `iconified` option if os != mac --- linphone-desktop/src/app/App.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.