mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
refactor: Rename and update localization system
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <hex/api/task_manager.hpp>
|
||||
|
||||
#include <hex/api/localization.hpp>
|
||||
#include <hex/api/localization_manager.hpp>
|
||||
#include <hex/helpers/logger.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
@@ -249,7 +249,7 @@ namespace hex {
|
||||
}
|
||||
|
||||
try {
|
||||
setThreadName(LangEntry(task->m_unlocalizedName));
|
||||
setThreadName(Lang(task->m_unlocalizedName));
|
||||
task->m_function(*task);
|
||||
setThreadName("Idle Task");
|
||||
log::debug("Finished task {}", task->m_unlocalizedName);
|
||||
|
||||
Reference in New Issue
Block a user