mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +00:00
lockscreen: do not show percentage for signal strength
streamline with what we do in unlocked phone in top panel
This commit is contained in:
parent
4511a2d62f
commit
51c540c1a7
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ Item {
|
||||||
left: strengthIcon.right
|
left: strengthIcon.right
|
||||||
verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
text: netreg.strength + "% " + netreg.name
|
text: netreg.name
|
||||||
color: PlasmaCore.ColorScope.textColor
|
color: PlasmaCore.ColorScope.textColor
|
||||||
font.pixelSize: parent.height / 2
|
font.pixelSize: parent.height / 2
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue