From c1d950f2765cde614c8411b4effb3850146ba598 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 18 Oct 2025 08:41:54 +0200 Subject: ui loading animation for model request --- libs/imgui-1.92.1/imgui.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libs/imgui-1.92.1/imgui.h') diff --git a/libs/imgui-1.92.1/imgui.h b/libs/imgui-1.92.1/imgui.h index 29c89b9..bfc70d4 100644 --- a/libs/imgui-1.92.1/imgui.h +++ b/libs/imgui-1.92.1/imgui.h @@ -375,7 +375,9 @@ IM_MSVC_RUNTIME_CHECKS_RESTORE namespace ImGui { - IMGUI_API void LoadingIndicatorCircle(const char* label, const float indicator_radius, + IMGUI_API bool BeginComboPreview(); + IMGUI_API void EndComboPreview(); + IMGUI_API void LoadingIndicatorCircle(const char* label, const float indicator_radius, const ImVec4& main_color, const ImVec4& backdrop_color, const int circle_count, const float speed); -- cgit v1.2.3-70-g09d2