Activate minimized option.
This commit is contained in:
parent
aef8d4b6c5
commit
0bc0a44af2
1 changed files with 2 additions and 4 deletions
|
|
@ -734,9 +734,7 @@ void App::createCommandParser() {
|
||||||
.replace("%1", EXECUTABLE_NAME),
|
.replace("%1", EXECUTABLE_NAME),
|
||||||
tr("URL, path or file")},
|
tr("URL, path or file")},
|
||||||
//{{"c", "call"}, tr("commandLineOptionCall").replace("%1", EXECUTABLE_NAME), tr("commandLineOptionCallArg")},
|
//{{"c", "call"}, tr("commandLineOptionCall").replace("%1", EXECUTABLE_NAME), tr("commandLineOptionCallArg")},
|
||||||
#ifndef Q_OS_MACOS
|
{"minimized", tr("commandLineOptionMinimized")},
|
||||||
//{"minimized", tr("commandLineOptionMinimized")},
|
|
||||||
#endif // ifndef Q_OS_MACOS
|
|
||||||
{{"V", "verbose"}, tr("Log to stdout some debug information while running")},
|
{{"V", "verbose"}, tr("Log to stdout some debug information while running")},
|
||||||
{"qt-logs-only", tr("Print only logs from the application")},
|
{"qt-logs-only", tr("Print only logs from the application")},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue