mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:56:18 +00:00
UI: ConfManager::updateDriverServices: Get shared processes too
This commit is contained in:
parent
1fe59f5d92
commit
86da908a0d
@ -1144,7 +1144,7 @@ void ConfManager::updateDriverServices()
|
||||
|
||||
auto serviceInfoManager = IoC<ServiceInfoManager>();
|
||||
const QVector<ServiceInfo> services = serviceInfoManager->loadServiceInfoList(
|
||||
ServiceInfo::TypeWin32OwnProcess, ServiceInfo::StateActive, /*displayName=*/false);
|
||||
ServiceInfo::TypeWin32, ServiceInfo::StateActive, /*displayName=*/false);
|
||||
|
||||
if (services.isEmpty())
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user