mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
fix: Increased temperature limit to 110°C instead of 100°C.
This commit is contained in:
parent
4cb89941f7
commit
e87538940c
@ -106,7 +106,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
label: getTranslation("ryzenAdj.tctlTemp.label", "Temperature Limit (°C)"),
|
label: getTranslation("ryzenAdj.tctlTemp.label", "Temperature Limit (°C)"),
|
||||||
tab: "cpu",
|
tab: "cpu",
|
||||||
min: 50,
|
min: 50,
|
||||||
max: 100,
|
max: 110,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 75,
|
default: 75,
|
||||||
ryzenadj_arg: "--tctl-temp=",
|
ryzenadj_arg: "--tctl-temp=",
|
||||||
|
Loading…
Reference in New Issue
Block a user