From ba99cbe67502d5e9c2e3cc80392d1fb23d485d93 Mon Sep 17 00:00:00 2001 From: Doug McLain Date: Wed, 12 Apr 2023 20:33:12 -0400 Subject: [PATCH] Fix saved hosts when in MMDVM_DIRECT --- MainTab.qml | 2 +- android/AndroidManifest.xml | 2 +- dmr.cpp | 2 +- p25.cpp | 2 +- ysf.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MainTab.qml b/MainTab.qml index 85714cd..bf7cca2 100644 --- a/MainTab.qml +++ b/MainTab.qml @@ -285,7 +285,7 @@ Item { if(settingsTab.mmdvmBox.checked){ droidstar.set_dst(_comboHost.currentText); } - else if(!droidstar.get_modelchange()){ + if(!droidstar.get_modelchange()){ droidstar.process_host_change(_comboHost.currentText); } } diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index b6afc06..cba293e 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +