Hide Wi-Fi manager button when no Wi-Fi station is present
On ethernet-only machines (no wl* device) the button was offering to open a tool the user can't usefully act on.
This commit is contained in:
@@ -423,6 +423,7 @@ fi
|
|||||||
}
|
}
|
||||||
|
|
||||||
Common.PillButton {
|
Common.PillButton {
|
||||||
|
visible: root.wifiStationAvailable
|
||||||
width: parent.width
|
width: parent.width
|
||||||
iconText: ""
|
iconText: ""
|
||||||
text: "Open Wi-Fi manager (Impala)"
|
text: "Open Wi-Fi manager (Impala)"
|
||||||
|
|||||||
Reference in New Issue
Block a user