mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Application: debug implies logdebug
This commit is contained in:
parent
f88431adbf
commit
42751f87d9
1 changed files with 1 additions and 0 deletions
|
@ -438,6 +438,7 @@ void Application::parseOptions(const QStringList &options)
|
||||||
showHint("Path for confdir not specified");
|
showHint("Path for confdir not specified");
|
||||||
}
|
}
|
||||||
} else if (option == QLatin1String("--debug")) {
|
} else if (option == QLatin1String("--debug")) {
|
||||||
|
_logDebug = true;
|
||||||
_debugMode = true;
|
_debugMode = true;
|
||||||
} else if (option == QLatin1String("--version")) {
|
} else if (option == QLatin1String("--version")) {
|
||||||
_versionOnly = true;
|
_versionOnly = true;
|
||||||
|
|
Loading…
Reference in a new issue