Skip to content

Commit

Permalink
Merge pull request #19 from FFXIV-CombatReborn/refactor
Browse files Browse the repository at this point in the history
Allow debug tab in release builds
  • Loading branch information
NostraThomas99 authored May 25, 2024
2 parents 54dc773 + 7bcc190 commit ce05cfd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions GatherBuddy/Gui/Interface.DebugTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,6 @@ private static void DrawOceanTab()

private void DrawDebugTab()
{
if (!GatherBuddy.DebugMode)
return;

using var id = ImRaii.PushId("Debug");
using var tab = ImRaii.TabItem("Debug");
ImGuiUtil.HoverTooltip("I really hope there is a good reason for you seeing this.");
Expand Down

0 comments on commit ce05cfd

Please sign in to comment.