Activate minimized option.

This commit is contained in:
Julien Wadel 2025-01-13 18:39:48 +01:00
parent aef8d4b6c5
commit 0bc0a44af2

View file

@ -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")},
});