diff --git a/source/images/sdcard.png b/source/images/sdcard.png index 0911f548..a0c6b2a5 100644 Binary files a/source/images/sdcard.png and b/source/images/sdcard.png differ diff --git a/source/menu.cpp b/source/menu.cpp index f6c52598..44d8e4db 100644 --- a/source/menu.cpp +++ b/source/menu.cpp @@ -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); }