From 660aae0f3e2b8957ee652896d6c5f4d9f9c0c674 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 7 May 2024 13:31:24 +0200 Subject: [PATCH] Added ASUSLiveUpdateAgent to the services list https://github.com/seerge/g-helper/issues/2558 --- app/Helpers/OptimizationService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Helpers/OptimizationService.cs b/app/Helpers/OptimizationService.cs index 24070db1..28a81b7c 100644 --- a/app/Helpers/OptimizationService.cs +++ b/app/Helpers/OptimizationService.cs @@ -13,6 +13,7 @@ namespace GHelper.Helpers "ASUSLinkNear", "ASUSLinkRemote", "ASUSSoftwareManager", + "ASUSLiveUpdateAgent", "ASUSSwitch", "ASUSSystemAnalysis", "ASUSSystemDiagnosis",