fix: Copy paste error

This commit is contained in:
WerWolv
2024-07-27 16:46:10 +02:00
parent cda9ad3b30
commit 33f7191c0d

View File

@@ -57,7 +57,7 @@ namespace hex::plugin::builtin {
}
void ViewDataInspector::updateInspectorRows() {
m_updateTask = TaskManager::createBackgroundTask(hex.builtin.task.updating_inspector"_lang, [this](auto &) {
m_updateTask = TaskManager::createBackgroundTask("hex.builtin.task.updating_inspector"_lang, [this](auto &) {
this->updateInspectorRowsTask();
});
}