UI: ConfManager::updateDriverServices: Get shared processes too

This commit is contained in:
Nodir Temirkhodjaev 2023-04-30 20:19:38 +03:00
parent 1fe59f5d92
commit 86da908a0d

View File

@ -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;