Skip to content

Commit

Permalink
fix ui-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 21, 2024
1 parent d374865 commit eb5321f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/util/qopenhd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
6 changes: 3 additions & 3 deletions qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eb5321f

Please sign in to comment.