1
0
mirror of synced 2024-11-25 00:00:27 +01:00

fix: Build error

This commit is contained in:
WerWolv 2023-04-08 11:58:12 +02:00
parent ac858b37ed
commit 6913598de4

View File

@ -272,7 +272,7 @@ namespace hex::plugin::builtin {
}
if (!downloading) {
View::showErrorPopup("hex.builtin.view.store.download_error"_lang);
PopupError::open("hex.builtin.view.store.download_error"_lang);
return false;
}