mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
WiFi panel: fix potential warning when the wifi band is not known yet.
This commit is contained in:
@@ -390,7 +390,7 @@ NBox {
|
||||
}
|
||||
}
|
||||
NText {
|
||||
text: NetworkService.activeWifiDetails.band
|
||||
text: NetworkService.activeWifiDetails.band || "-"
|
||||
pointSize: Style.fontSizeXS
|
||||
Layout.fillWidth: true
|
||||
wrapMode: implicitWidth > width ? Text.WrapAtWordBoundaryOrAnywhere : Text.NoWrap
|
||||
|
||||
Reference in New Issue
Block a user