Skip to content

Commit 5582c7c

Browse files
committed
add config window note about toggling dtr entry
1 parent e1086ec commit 5582c7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PositionalGuide/ConfigWindow.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@ public override void Draw() {
184184
ImGui.Unindent();
185185
ImGui.PopStyleVar();
186186

187+
// Settings for controlling what goes in the server info bar are handled in dalamud's own /xlsettings window
188+
ImGui.PushTextWrapPos(ImGui.GetContentRegionAvail().X);
189+
ImGui.TextUnformatted($"\nIf you want to toggle the server info bar element, you will need to open Dalamud's settings"
190+
+ " (using the `/xlsettings` command) and uncheck it on the Server Info Bar tab.");
191+
ImGui.PopTextWrapPos();
192+
187193
// now we do the 3x3 for guidelines and the target ring
188194
ImGui.TextUnformatted("\nWhich guidelines do you want, and in what colours?");
189195
foreach (int i in new int[] { 7, 0, 1,

0 commit comments

Comments
 (0)