From eb5321f15c5a1d750064edb5669d895285f56ec8 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Wed, 22 May 2024 00:42:16 +0200 Subject: [PATCH] fix ui-bug --- app/util/qopenhd.h | 2 +- qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/util/qopenhd.h b/app/util/qopenhd.h index 51cf5d118..e2dd5e3d4 100644 --- a/app/util/qopenhd.h +++ b/app/util/qopenhd.h @@ -70,7 +70,7 @@ class QOpenHD : public QObject // Tries to mimic android toast as much as possible // Q_INVOKABLE void show_toast(QString message,bool long_toast=false); - L_RO_PROP(QString,version_string,set_version_string,"2.5.4-evo-release"); + L_RO_PROP(QString,version_string,set_version_string,"2.5.4-evo"); // // Shows a message popup to the user that needs to be clicked away - use sparingly // diff --git a/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml b/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml index 092d121ff..53561dead 100644 --- a/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml +++ b/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml @@ -103,7 +103,7 @@ PopupBigGeneric{ } ListModel{ id: model_rtl8812bu_manufacturers - ListElement {title: "Wifi Card [RTL88XXBU]"; value: -1} + ListElement {title: "Please Select"; value: -1} ListElement {title: "COMFAST [RTL88XXBU]"; value: 0} ListElement {title: "OTHER [RTL88XXBU]"; value: 1} } @@ -365,7 +365,7 @@ PopupBigGeneric{ Text { Layout.fillWidth: true Layout.minimumHeight: 50 - text: "Tx-Power Disarmed: "; + text: "Disarmed: "; color: "black" wrapMode: Text.WordWrap verticalAlignment: Qt.AlignVCenter @@ -390,7 +390,7 @@ PopupBigGeneric{ Text { Layout.fillWidth: true Layout.minimumHeight: 50 - text: "Tx-Power Armed: "; + text: "Armed: "; color: "black" wrapMode: Text.WordWrap verticalAlignment: Qt.AlignVCenter