Option to stop AC service

This commit is contained in:
Serge
2024-05-04 15:34:36 +02:00
parent ba0bac11b5
commit c8bd2a9c1c
2 changed files with 7 additions and 2 deletions

View File

@@ -615,6 +615,11 @@ public static class AppConfig
return Is("bw_icon");
}
public static bool IsStopAC()
{
return IsAlly() || Is("stop_ac");
}
}