mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
fix missing label
This commit is contained in:
parent
e31f831425
commit
a9617283fb
@ -75,6 +75,7 @@ endPrompt()
|
||||
GuiButton wiiu(btn.GetWidth(), btn.GetHeight());
|
||||
wiiu.SetAlignment(ALIGN_CENTRE, ALIGN_TOP);
|
||||
wiiu.SetPosition(0, 75);
|
||||
wiiu.SetLabel(&wiiuTxt);
|
||||
wiiu.SetImage(&wiiuImg);
|
||||
wiiu.SetImageOver(&wiiuImgOver);
|
||||
wiiu.SetTrigger(&trigA);
|
||||
|
Loading…
Reference in New Issue
Block a user