diff --git a/src/OptionsPopup.qml b/src/OptionsPopup.qml index 88f5410..3c02944 100644 --- a/src/OptionsPopup.qml +++ b/src/OptionsPopup.qml @@ -306,6 +306,7 @@ Window { } ComboBox { id: fieldWifiCountry + selectTextByMouse: true enabled: chkWifi.checked editable: true } @@ -327,6 +328,7 @@ Window { } ComboBox { enabled: chkLocale.checked + selectTextByMouse: true id: fieldTimezone editable: true Layout.minimumWidth: 200 @@ -345,6 +347,7 @@ Window { } ComboBox { enabled: chkLocale.checked + selectTextByMouse: true id: fieldKeyboardLayout editable: true Layout.minimumWidth: 200