Skip to content

Commit

Permalink
gui: Disable loadouts tab instead of just hiding it
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed Dec 30, 2021
1 parent 5950cbe commit 4169489
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,9 @@ namespace GUI {
if (ImGui::Begin("VITA Homebrew Sorter", nullptr, ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoCollapse)) {
if (ImGui::BeginTabBar("VITA Homebrew Sorter tabs")) {
GUI::SortTab(entries, sort, state);
//GUI::LoadoutsTab(loadouts, state, date_format, loadout_name);
GUI::DisableButtonInit(true);
GUI::LoadoutsTab(loadouts, state, date_format, loadout_name);
GUI::DisableButtonExit(true);
GUI::AboutTab();
ImGui::EndTabBar();
}
Expand Down

0 comments on commit 4169489

Please sign in to comment.