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;