diff --git a/source/gui.cpp b/source/gui.cpp index dac00af..6c7af9f 100644 --- a/source/gui.cpp +++ b/source/gui.cpp @@ -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(); }