From 0bc0a44af2173849211a7d87f23672a57be619d2 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 13 Jan 2025 18:39:48 +0100 Subject: [PATCH] Activate minimized option. --- Linphone/core/App.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Linphone/core/App.cpp b/Linphone/core/App.cpp index 9198bc994..2ee30a73e 100644 --- a/Linphone/core/App.cpp +++ b/Linphone/core/App.cpp @@ -733,10 +733,8 @@ void App::createCommandParser() { "configuration.") .replace("%1", EXECUTABLE_NAME), tr("URL, path or file")}, - //{{"c", "call"}, tr("commandLineOptionCall").replace("%1", EXECUTABLE_NAME), tr("commandLineOptionCallArg")}, -#ifndef Q_OS_MACOS - //{"minimized", tr("commandLineOptionMinimized")}, -#endif // ifndef Q_OS_MACOS + //{{"c", "call"}, tr("commandLineOptionCall").replace("%1", EXECUTABLE_NAME), tr("commandLineOptionCallArg")}, + {"minimized", tr("commandLineOptionMinimized")}, {{"V", "verbose"}, tr("Log to stdout some debug information while running")}, {"qt-logs-only", tr("Print only logs from the application")}, });