aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.pelagicore.tuner/views/FullScreenBottomView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.pelagicore.tuner/views/FullScreenBottomView.qml')
-rw-r--r--apps/com.pelagicore.tuner/views/FullScreenBottomView.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/com.pelagicore.tuner/views/FullScreenBottomView.qml b/apps/com.pelagicore.tuner/views/FullScreenBottomView.qml
index 7a265c74..7290453c 100644
--- a/apps/com.pelagicore.tuner/views/FullScreenBottomView.qml
+++ b/apps/com.pelagicore.tuner/views/FullScreenBottomView.qml
@@ -64,6 +64,12 @@ Item {
musicSourcesPopup.originItemX = pos.x;
musicSourcesPopup.originItemY = pos.y;
musicSourcesPopup.visible = true;
+ } else if (currentText === "FM 1 band") {
+ root.store.freqPresets = 1;
+ } else if (currentText === "FM 2 band") {
+ root.store.freqPresets = 2;
+ } else if (currentText === "AM band") {
+ root.store.freqPresets = 0;
}
}
}