From 86da908a0d0303074fba21ab94f60bb12594047f Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Sun, 30 Apr 2023 20:19:38 +0300 Subject: [PATCH] UI: ConfManager::updateDriverServices: Get shared processes too --- src/ui/conf/confmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/conf/confmanager.cpp b/src/ui/conf/confmanager.cpp index 90f78f4f..15c71c8d 100644 --- a/src/ui/conf/confmanager.cpp +++ b/src/ui/conf/confmanager.cpp @@ -1144,7 +1144,7 @@ void ConfManager::updateDriverServices() auto serviceInfoManager = IoC(); const QVector services = serviceInfoManager->loadServiceInfoList( - ServiceInfo::TypeWin32OwnProcess, ServiceInfo::StateActive, /*displayName=*/false); + ServiceInfo::TypeWin32, ServiceInfo::StateActive, /*displayName=*/false); if (services.isEmpty()) return;