lockscreen: do not show percentage for signal strength

streamline with what we do in unlocked phone in top panel
This commit is contained in:
Bhushan Shah 2021-05-14 15:00:24 +05:30
parent 4511a2d62f
commit 51c540c1a7

View file

@ -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
}