1
0
mirror of synced 2024-11-12 02:00:52 +01:00

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();
});
}