move: add tooltip to invert-z
This commit is contained in:
parent
f6a0ca2f41
commit
da92242ce9
@ -157,6 +157,9 @@ class Panel(ScreenPanel):
|
|||||||
"invert_z": {
|
"invert_z": {
|
||||||
"section": "main",
|
"section": "main",
|
||||||
"name": _("Invert Z"),
|
"name": _("Invert Z"),
|
||||||
|
"tooltip": _(
|
||||||
|
"Swaps buttons if they are on top of each other, affects other panels"
|
||||||
|
),
|
||||||
"type": "binary",
|
"type": "binary",
|
||||||
"value": "False",
|
"value": "False",
|
||||||
"callback": self.reinit_move,
|
"callback": self.reinit_move,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user