mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
impr: Added hint when patterns are still loading
This commit is contained in:
@@ -1167,6 +1167,10 @@ namespace hex::plugin::builtin::ui {
|
||||
|
||||
ImGui::EndTable();
|
||||
}
|
||||
|
||||
if (this->m_favoritesUpdateTask.isRunning()) {
|
||||
ImGui::TextOverlay("hex.builtin.pattern_drawer.updating"_lang, ImGui::GetWindowPos() + ImGui::GetWindowSize() / 2);
|
||||
}
|
||||
}
|
||||
|
||||
void PatternDrawer::reset() {
|
||||
|
||||
Reference in New Issue
Block a user