mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
revision
This commit is contained in:
parent
c007acbe74
commit
593d1e723c
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue