mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
text: netreg.strength + "% " + netreg.name
|
||||
text: netreg.name
|
||||
color: PlasmaCore.ColorScope.textColor
|
||||
font.pixelSize: parent.height / 2
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue