mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 05:23:06 +00:00
fix(app): test iconified option if os != mac
This commit is contained in:
parent
9e4dae0e6a
commit
1db3c9c0a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue