mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
ui: Improved footer item displaying
This commit is contained in:
@@ -210,10 +210,7 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
|
||||
if (taskCount > 0) {
|
||||
if (taskCount > 0)
|
||||
ImGui::TextSpinner(hex::format("({})", taskCount).c_str());
|
||||
else
|
||||
ImGui::TextSpinner("");
|
||||
ImGui::TextSpinner(hex::format("({})", taskCount).c_str());
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user