move: add tooltip to invert-z

This commit is contained in:
alfrix 2024-05-09 13:26:34 -03:00
parent f6a0ca2f41
commit da92242ce9

View File

@ -157,6 +157,9 @@ class Panel(ScreenPanel):
"invert_z": {
"section": "main",
"name": _("Invert Z"),
"tooltip": _(
"Swaps buttons if they are on top of each other, affects other panels"
),
"type": "binary",
"value": "False",
"callback": self.reinit_move,