File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 ( $ "\n If 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 ( "\n Which guidelines do you want, and in what colours?" ) ;
189195 foreach ( int i in new int [ ] { 7 , 0 , 1 ,
You can’t perform that action at this time.
0 commit comments