diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml index b12fb7cb2..f49eb1fa0 100644 --- a/mobile-widgets/qml/DownloadFromDiveComputer.qml +++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml @@ -347,6 +347,7 @@ Kirigami.Page { } onVisibleChanged: { + comboVendor.currentIndex = comboProduct.currentIndex = comboConnection.currentIndex = -1 if (visible) { comboVendor.currentIndex = manager.getDetectedVendorIndex() comboProduct.currentIndex = manager.getDetectedProductIndex(comboVendor.currentText)