Skip to content

Commit

Permalink
Remove warning that downloading to SD is slow².
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
  • Loading branch information
V10lator committed May 1, 2021
1 parent 5f2aa4b commit 588f779
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/menu/titlebrowserMenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ void drawTBMenuFrame2(const TitleEntry *entry, bool installed, const char *folde
if(installed)
textToFrame(line--, 0, "Press \uE079 to uninstall");

lineToFrame(line--, SCREEN_COLOR_WHITE);

if(!dlToUSB)
textToFrame(--line, 0, "WARNING: Downloading to SD is slow!");
lineToFrame(line, SCREEN_COLOR_WHITE);

drawFrame();
}
Expand Down

0 comments on commit 588f779

Please sign in to comment.