Skip to content

Commit

Permalink
Set maximum of individual temperature kotelnik#57
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladdrako committed Nov 19, 2022
1 parent 5dc2522 commit 5b53767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/contents/ui/config/ConfigTemperatures.qml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ Item {
id: warningTemperatureItem
stepSize: 10
minimumValue: 10
maximumValue: 200
enabled: overrideLimitTemperatures.checked
}

Expand All @@ -337,6 +338,7 @@ Item {
id: meltdownTemperatureItem
stepSize: 10
minimumValue: 10
maximumValue: 200
enabled: overrideLimitTemperatures.checked
}

Expand Down

0 comments on commit 5b53767

Please sign in to comment.