diff --git a/src/SHADERed/UI/BrowseOnlineUI.cpp b/src/SHADERed/UI/BrowseOnlineUI.cpp index f31d30ea..8c8b8c48 100644 --- a/src/SHADERed/UI/BrowseOnlineUI.cpp +++ b/src/SHADERed/UI/BrowseOnlineUI.cpp @@ -140,7 +140,7 @@ namespace ed { ImVec2 spinnerPos = ImGui::GetCursorPos(); ImGui::Dummy(ImVec2(256, 144)); ImGui::SetCursorPos(ImVec2(spinnerPos.x + 256 / 2 - 32, spinnerPos.y + 144 / 2 - 32)); - UIHelper::Spinner("##spinner", 32.0f, 6, ImGui::GetColorU32(ImGuiCol_Text)); + //UIHelper::Spinner("##spinner", 32.0f, 6, ImGui::GetColorU32(ImGuiCol_Text)); } ImGui::TableSetColumnIndex(1); @@ -497,4 +497,4 @@ namespace ed { m_refreshThemeThumbnails = true; }); } -} \ No newline at end of file +}