mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
fix: You can now set the temp. limit up to 105°C.
This commit is contained in:
parent
3dbe707525
commit
62158ddbf1
@ -92,7 +92,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
||||
label: getTranslation("ryzenAdj.tctlTemp.label", "Temperature Limit (°C)"),
|
||||
tab: "cpu",
|
||||
min: 50,
|
||||
max: 95,
|
||||
max: 105,
|
||||
step: 1,
|
||||
default: 85,
|
||||
ryzenadj_arg: "--tctl-temp=",
|
||||
|
Loading…
Reference in New Issue
Block a user