1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Option to hide label on TPS widget

This commit is contained in:
Shy
2024-12-12 18:48:37 +01:00
parent b5c55e5ea3
commit adb1349b3f
3 changed files with 17 additions and 4 deletions
@@ -91,5 +91,6 @@
"widgets.widgets.tps.tps": "%s TPS",
"widgets.widgets.tps.dynamicColor": "Farbe dynamisch anzeigen",
"widgets.widgets.tps": "TPS",
"widgets.widgets.tps.description": "Zeigt die TPS im Einzelspielermodus an oder schätzt die TPS im Mehrspielermodus"
"widgets.widgets.tps.description": "Zeigt die TPS im Einzelspielermodus an oder schätzt die TPS im Mehrspielermodus",
"widgets.widgets.tps.showLabel": "Beschriftung anzeigen"
}
@@ -91,5 +91,6 @@
"widgets.widgets.tps.tps": "%s TPS",
"widgets.widgets.tps.dynamicColor": "Dynamic Color",
"widgets.widgets.tps": "TPS",
"widgets.widgets.tps.description": "Shows the current TPS when in singleplayer or estimates server TPS when in multiplayer"
"widgets.widgets.tps.description": "Shows the current TPS when in singleplayer or estimates server TPS when in multiplayer",
"widgets.widgets.tps.showLabel": "Show label"
}