mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Task names not displaying correctly anymore
This commit is contained in:
@@ -149,7 +149,7 @@ namespace hex::plugin::builtin::recent {
|
||||
}
|
||||
|
||||
void updateRecentEntries() {
|
||||
TaskManager::createBackgroundTask("Updating recent files", [](auto&) {
|
||||
TaskManager::createBackgroundTask("Updating recent files"_lang, [](auto&) {
|
||||
if (s_recentEntriesUpdating)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user