diff options
author | Scott Murray <scott.murray@konsulko.com> | 2018-02-15 18:35:50 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2018-02-15 18:35:50 -0500 |
commit | 3ebb0c952333caf715a9e2a6c23360db93e54f75 (patch) | |
tree | c44a88e0f6dbdbb98b1d4a00d320f8c4429fbe47 /app/api/Binding.qml | |
parent | 4eb2ac75588b2ce1f47c2b52ec3ed9ce1b674d22 (diff) |
UI improvements for scanning behavioreel_5.1.0eel_5.0.3eel_5.0.2eel/5.1.0eel/5.0.3eel/5.0.25.1.05.0.35.0.2eel
Rework to only enable the scan buttons when the radio is playing,
and a tweak to make sure the scan label reverts to the original
non-scanning color when a scan is interrupted by the user selecting
a frequency with the slider or tune buttons.
Change-Id: I5c44234891aa82e13c28c75b703039575fa2428e
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'app/api/Binding.qml')
-rw-r--r-- | app/api/Binding.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/api/Binding.qml b/app/api/Binding.qml index 7750452..ee83bb5 100644 --- a/app/api/Binding.qml +++ b/app/api/Binding.qml @@ -64,6 +64,7 @@ WebSocket { sendSocketMessage("scan_stop", 'None') scanningState = stoppedState sendSocketMessage("frequency", { value: frequency }) + root.stationFound() } else { // This update was from scanning, clear state scanningFreqUpdate = false |