Skip to content

Commit

Permalink
add dtr tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessRTFM committed Mar 4, 2024
1 parent 7401f69 commit e1086ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PositionalGuide/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public Plugin(IDtrBar dtrBar) {

this.dtrEntry = dtrBar.Get(this.Name);
this.setDtrText();
this.dtrEntry.Tooltip = "Click to toggle all rendering";
this.dtrEntry.OnClick = this.dtrClickHandler;

Interface.UiBuilder.OpenConfigUi += this.toggleConfigUi;
Expand Down

0 comments on commit e1086ec

Please sign in to comment.