1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 00:12:50 -05:00

Remove terms that shouldnt be localized

This commit is contained in:
bbedward
2025-10-06 16:06:19 -04:00
parent 5460c20ac3
commit 1b06090f72
10 changed files with 11 additions and 102 deletions

View File

@@ -140,7 +140,7 @@ Rectangle {
id: cpuBaseline
font.pixelSize: Theme.fontSizeSmall
font.weight: Font.Medium
text: qsTr("100%")
text: "100%"
}
width: root.minimumWidth ? Math.max(cpuBaseline.width, paintedWidth) : paintedWidth