This commit is contained in:
pls.153 2024-05-04 12:47:22 +02:00
parent c007acbe74
commit 593d1e723c

View file

@ -80,9 +80,8 @@ Item {
text: "USB"
autoExclusive: true
checkable: true
enabled: (Qt.platform.os !== "android") && (Qt.platform.os !== "ios")
onTriggered: connection.changed(objectName)
height: enabled ? height : 0
Component.onCompleted: if (mobile) { height = 0 }
}
Com.MenuItem {
objectName: "WIFI"