impr: Remove weird spinner from data information view
This commit is contained in:
parent
00b3d7809c
commit
0505b123a0
@ -151,13 +151,6 @@ namespace hex::plugin::builtin {
|
||||
ImGuiExt::EndSubWindow();
|
||||
ImGui::EndDisabled();
|
||||
|
||||
// Draw the analyzing spinner
|
||||
if (analysis.task.isRunning()) {
|
||||
ImGuiExt::TextSpinner("hex.builtin.view.information.analyzing"_lang);
|
||||
} else {
|
||||
ImGui::NewLine();
|
||||
}
|
||||
|
||||
if (analysis.analyzedProvider != nullptr) {
|
||||
for (const auto §ion : analysis.informationSections) {
|
||||
ImGui::TableNextColumn();
|
||||
|
Loading…
x
Reference in New Issue
Block a user