Skip to content

Commit e1086ec

Browse files
committed
add dtr tooltip
1 parent 7401f69 commit e1086ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PositionalGuide/Plugin.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public Plugin(IDtrBar dtrBar) {
6767

6868
this.dtrEntry = dtrBar.Get(this.Name);
6969
this.setDtrText();
70+
this.dtrEntry.Tooltip = "Click to toggle all rendering";
7071
this.dtrEntry.OnClick = this.dtrClickHandler;
7172

7273
Interface.UiBuilder.OpenConfigUi += this.toggleConfigUi;

0 commit comments

Comments
 (0)