The operation bar cannot popup in the wifi connection

pull/55/head
kateleet 4 years ago
parent 0954892d20
commit abbaa8c7f0

@ -64,6 +64,9 @@ Item {
acceptedButtons: Qt.LeftButton
onClicked: {
if (busyIndicator.visible)
return
additionalSettings.toggle()
// if (model.uuid || !predictableWirelessPassword) {

Loading…
Cancel
Save