We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7401f69 commit e1086ecCopy full SHA for e1086ec
PositionalGuide/Plugin.cs
@@ -67,6 +67,7 @@ public Plugin(IDtrBar dtrBar) {
67
68
this.dtrEntry = dtrBar.Get(this.Name);
69
this.setDtrText();
70
+ this.dtrEntry.Tooltip = "Click to toggle all rendering";
71
this.dtrEntry.OnClick = this.dtrClickHandler;
72
73
Interface.UiBuilder.OpenConfigUi += this.toggleConfigUi;
0 commit comments