Skip to content

Commit

Permalink
add config window note about toggling dtr entry
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessRTFM committed Mar 4, 2024
1 parent e1086ec commit 5582c7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions PositionalGuide/ConfigWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ public override void Draw() {
ImGui.Unindent();
ImGui.PopStyleVar();

// Settings for controlling what goes in the server info bar are handled in dalamud's own /xlsettings window
ImGui.PushTextWrapPos(ImGui.GetContentRegionAvail().X);
ImGui.TextUnformatted($"\nIf you want to toggle the server info bar element, you will need to open Dalamud's settings"
+ " (using the `/xlsettings` command) and uncheck it on the Server Info Bar tab.");
ImGui.PopTextWrapPos();

// now we do the 3x3 for guidelines and the target ring
ImGui.TextUnformatted("\nWhich guidelines do you want, and in what colours?");
foreach (int i in new int[] { 7, 0, 1,
Expand Down

0 comments on commit 5582c7c

Please sign in to comment.