Added keyboard backlight init on every startup / wake up

This commit is contained in:
Serge
2023-07-14 17:17:06 +02:00
parent 01d9b6edf4
commit e5f0d77d05
4 changed files with 52 additions and 40 deletions

View File

@@ -105,6 +105,11 @@ public static class AppConfig
return Get(name) == 1;
}
public static bool IsNotFalse(string name)
{
return Get(name) != 0;
}
public static string GetString(string name, string empty = null)
{
if (config.ContainsKey(name))