impr: Added hint when patterns are still loading

This commit is contained in:
WerWolv
2023-08-30 10:04:06 +02:00
parent 60649d1cba
commit 58cef2361b
4 changed files with 19 additions and 0 deletions

View File

@@ -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() {