UI: Program can be run as service for debugging.

This commit is contained in:
Nodir Temirkhodjaev 2021-04-11 14:56:36 +03:00
parent 09ea7e99b3
commit 462515134f

View File

@ -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)) {