mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
WifiPanel: fix missing device icon
This commit is contained in:
@@ -245,7 +245,7 @@ NPanel {
|
|||||||
spacing: Style.marginS * scaling
|
spacing: Style.marginS * scaling
|
||||||
|
|
||||||
NIcon {
|
NIcon {
|
||||||
text: NetworkService.signalIcon(modelData.signal)
|
icon: NetworkService.signalIcon(modelData.signal)
|
||||||
font.pointSize: Style.fontSizeXXL * scaling
|
font.pointSize: Style.fontSizeXXL * scaling
|
||||||
color: modelData.connected ? Color.mPrimary : Color.mOnSurface
|
color: modelData.connected ? Color.mPrimary : Color.mOnSurface
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user