From 5db5f93af1e28e2da07c625d73e8660bb51b05bb Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Sun, 29 Dec 2024 01:15:37 +0000 Subject: [PATCH] fix building --- sphaira/source/ui/menus/ghdl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphaira/source/ui/menus/ghdl.cpp b/sphaira/source/ui/menus/ghdl.cpp index ebb214f..4038601 100644 --- a/sphaira/source/ui/menus/ghdl.cpp +++ b/sphaira/source/ui/menus/ghdl.cpp @@ -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)); }));