fix: You can now set the temp. limit up to 105°C.

This commit is contained in:
Quentin “Storm1er” Decaunes 2021-09-09 07:12:02 +00:00
parent 3dbe707525
commit 62158ddbf1

View File

@ -92,7 +92,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: 95, max: 105,
step: 1, step: 1,
default: 85, default: 85,
ryzenadj_arg: "--tctl-temp=", ryzenadj_arg: "--tctl-temp=",