mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
simpler percentage/network name
This commit is contained in:
parent
cce25114bb
commit
949e672e75
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ Item {
|
||||||
left: strengthIcon.right
|
left: strengthIcon.right
|
||||||
verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
text: (ofonoManager.available && netreg.currentOperator ? netreg.strength + "% " + netreg.currentOperator["Name"].toString() : i18n("No SIM"))
|
text: netreg.strength + "% " + netreg.name
|
||||||
color: "white"
|
color: "white"
|
||||||
font.pixelSize: parent.height / 2
|
font.pixelSize: parent.height / 2
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue