Skip to content

Commit

Permalink
Consti dev (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle authored Dec 3, 2023
1 parent a0118b7 commit 4d82a6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/telemetry/settings/wblinksettingshelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class WBLinkSettingsHelper : public QObject
// Dirty, incremented to signal to the UI that it should rebuild the model(s)
L_RO_PROP(int,ui_rebuild_models,set_ui_rebuild_models,0)
// Scanning
L_RO_PROP(QString,scanning_text_for_ui,set_scanning_text_for_ui,"NONE");
L_RO_PROP(QString,scanning_text_for_ui,set_scanning_text_for_ui,"");
L_RO_PROP(int,scan_progress_perc,set_scan_progress_perc,0)
// Analyzing
L_RO_PROP(int,analyze_progress_perc,set_analyze_progress_perc,0)
Expand Down
1 change: 0 additions & 1 deletion qml/ui/configpopup/openhd_settings/PopupScanChannels.qml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ Rectangle{
impl_show_progress_text: true
}
Text{
visible: _ohdSystemGround.is_alive && _ohdSystemGround.wb_gnd_operating_mode!=0
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
Layout.row: 3
Layout.column: 0
Expand Down

0 comments on commit 4d82a6d

Please sign in to comment.