mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
APU Skin temp limit slider https://github.com/seerge/g-helper/issues/2673
This commit is contained in:
@@ -21,6 +21,8 @@ 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 const int MaxSkin = 90;
|
||||
|
||||
public static int FAMID { get; protected set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user