Skip to content

Commit

Permalink
Merge pull request #1 from Aimsucks/add-replay-section
Browse files Browse the repository at this point in the history
Add replay section to about tab
  • Loading branch information
Brappp authored Sep 2, 2024
2 parents a812b41 + 66fbc8f commit 6317850
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BossMod/Config/ConfigAboutTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ public static void Draw()
"Automatically moves your character based on safe zones determined by a boss's module, visible on the radar."
});

DrawSection("Replays", new[]
{
"Useful for creating boss modules, analyzing problems with them, and making CD plans.",
"When asking for help, make sure to provide a replay!",
"Enabled in Settings > Show replay management UI (or enable auto recording).",
"Provide the replay file with your replay when reporting bugs or asking for modules to be made.",
"Files are located in '%appdata%/XIVLauncher/pluginConfigs/BossMod/replays'."
});

ImGui.Spacing();

float buttonWidth = 180f;
Expand Down

0 comments on commit 6317850

Please sign in to comment.