Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: add control tab to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Mar 21, 2023
1 parent b453d72 commit 8e8b850
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RotationSolver/UI/RotationConfigWindow_Major.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,11 @@ public override unsafe void Draw()
ImGui.EndTabItem();
}

#if DEBUG
if (ImGui.BeginTabItem(LocalizationManager.RightLang.ConfigWindow_ControlItem))
{
DrawControlTab();
ImGui.EndTabItem();
}
#endif

if (ImGui.BeginTabItem(LocalizationManager.RightLang.ConfigWindow_HelpItem))
{
Expand Down

0 comments on commit 8e8b850

Please sign in to comment.