mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
UI Tweaks
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Ryzen
|
||||
|
||||
public static int MinTemp => AppConfig.Get("min_temp", 75);
|
||||
public const int MaxTemp = 98;
|
||||
public static int MinSkin => AppConfig.Get("min_temp", 30);
|
||||
public static int MinSkin => 30;
|
||||
public const int MaxSkin = 90;
|
||||
|
||||
public static int FAMID { get; protected set; }
|
||||
|
||||
Reference in New Issue
Block a user