fix building

This commit is contained in:
ITotalJustice
2024-12-29 01:15:37 +00:00
parent bab4bfce84
commit 5db5f93af1

View File

@@ -317,7 +317,7 @@ Menu::Menu() : MenuBase{"GitHub"_i18n} {
return DownloadApp(pbox, asset_entry, ptr);
}, [this](bool success){
if (success) {
App::Notify("Downloaded "_i18n + GetEntry().name);
App::Notify("Downloaded "_i18n + GetEntry().repo);
}
}, 2));
}));