mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-05 03:48:44 -06:00
ui: Turned spinner into ImGui widget
This commit is contained in:
@@ -267,7 +267,7 @@ namespace hex {
|
||||
|
||||
ImGui::SameLine();
|
||||
if (this->m_evaluatorRunning)
|
||||
ImGui::Text("hex.view.pattern.evaluating"_lang, "|/-\\"[u8(ImGui::GetTime() * 20) % 4]);
|
||||
ImGui::TextSpinner("hex.view.pattern.evaluating"_lang);
|
||||
else
|
||||
ImGui::Checkbox("hex.view.pattern.auto"_lang, &this->m_runAutomatically);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user