This commit is contained in:
Serge
2024-11-11 15:23:45 +01:00
parent dea88f87df
commit 2f2d64135a
4 changed files with 24 additions and 1 deletions

View File

@@ -713,5 +713,10 @@ public static class AppConfig
return Is("save_dimming");
}
public static bool IsAutoStatusLed()
{
return Is("auto_status_led");
}
}