mirror of
https://github.com/tnodir/fort
synced 2024-11-15 18:26:44 +00:00
UI: Program can be run as service for debugging.
This commit is contained in:
parent
09ea7e99b3
commit
462515134f
@ -132,7 +132,9 @@ void FortSettings::processArguments(const QStringList &args, EnvManager *envMana
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Is service
|
// Is service
|
||||||
m_isService = parser.isSet(serviceOption);
|
if (parser.isSet(serviceOption)) {
|
||||||
|
m_isService = m_hasService = true;
|
||||||
|
}
|
||||||
|
|
||||||
// Profile Path
|
// Profile Path
|
||||||
if (parser.isSet(profileOption)) {
|
if (parser.isSet(profileOption)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user