Added native temp sensors, brightness controll, etc

This commit is contained in:
seerge
2023-03-29 17:04:22 +02:00
parent 8af8823ee4
commit 136b5b4f55
5 changed files with 58 additions and 27 deletions

View File

@@ -9,6 +9,7 @@ public static class ControlHelper
static bool _invert = false;
static bool _darkTheme = false;
static float _scale = 1;
static Color formBack;