From 3e143e7aac932553cf13672300c0862a42e94438 Mon Sep 17 00:00:00 2001 From: Consti10 Date: Mon, 22 Apr 2024 10:01:15 +0200 Subject: [PATCH] add x20 overheat warning --- qml/ui/widgets/X20OverheatWidget.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/ui/widgets/X20OverheatWidget.qml b/qml/ui/widgets/X20OverheatWidget.qml index 00837aa31..0c534a546 100644 --- a/qml/ui/widgets/X20OverheatWidget.qml +++ b/qml/ui/widgets/X20OverheatWidget.qml @@ -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 }