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 @@ - +