mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-22 03:09:15 +01:00
*Sorry didnt make DownloadBtn vanish when not unlocked now fixed.
*New SD-Card image.
This commit is contained in:
parent
07f4735f90
commit
218679aa89
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 5.4 KiB |
@ -2311,8 +2311,9 @@ static int MenuDiscList()
|
||||
DownloadBtn.SetAlignment(ALIGN_LEFT, ALIGN_TOP);
|
||||
DownloadBtn.SetPosition(THEME.cover_x,THEME.cover_y);//(20, 300);
|
||||
DownloadBtn.SetSoundOver(&btnSoundOver);
|
||||
DownloadBtn.SetTrigger(&trigA);
|
||||
|
||||
if (CFG.godmode == 1){//only make the button have trigger & tooltip if in godmode
|
||||
DownloadBtn.SetTrigger(&trigA);
|
||||
if (Settings.tooltips == TooltipsOn && THEME.showToolTip != 0){
|
||||
DownloadBtn.SetToolTip(&ttDownloadImg,&ttDownloadTxt,205,-30);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user