From c1313aa08bfc490374efefe20896ba1693f56c22 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:53:45 +0100 Subject: [PATCH] Update AppSettings.qml --- qml/ui/elements/AppSettings.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/ui/elements/AppSettings.qml b/qml/ui/elements/AppSettings.qml index f96feef09..dee5c34fb 100644 --- a/qml/ui/elements/AppSettings.qml +++ b/qml/ui/elements/AppSettings.qml @@ -203,7 +203,7 @@ Settings { property double press_temp_warn: 75 property double press_temp_caution: 60 - property bool show_press_temp2: true + property bool show_press_temp2: false property bool press_temp_declutter2: false //AC180 or another 8812 wifi module temperature ranges (datasheet 125 max) property double press_temp_warn2: 75 @@ -215,7 +215,7 @@ Settings { property double airspeed_temp_warn: 0 property double airspeed_temp_caution: 10 - property bool show_esc_temp: true + property bool show_esc_temp: false property bool esc_temp_declutter: false property double esc_temp_warn: 75 property double esc_temp_caution: 60