Skip to content

Commit

Permalink
make the text always visible, otherwise the user has no feedback abou…
Browse files Browse the repository at this point in the history
…t the result of a channel scan (found / not found) replaced the dirty 'NONE' string though
  • Loading branch information
Consti10 committed Dec 3, 2023
1 parent 188f033 commit f3790ec
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 f3790ec

Please sign in to comment.