Skip to content

Commit

Permalink
add x20 overheat warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Apr 22, 2024
1 parent 2231645 commit 3e143e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/widgets/X20OverheatWidget.qml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Item {
// 1 - warning, soon overheating
// 2 - error, overheating protection on (Video disabled)
property int m_x20_state: {
return 1;
//return 1;
if(_ohdSystemAir.video_disabled_due_to_overheating<0){
return 0; // Unknown
}
Expand Down

0 comments on commit 3e143e7

Please sign in to comment.