Skip to content

Commit

Permalink
Merge pull request #800 from ali1234/launcher_message
Browse files Browse the repository at this point in the history
Fix the message displayed when no launcher is installed
  • Loading branch information
Gadgetoid authored Feb 26, 2023
2 parents 6d8f7c5 + 1d1c1e0 commit 3f96f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/firmware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ void render(uint32_t time) {

screen.pen = Pen(255, 255, 255);
screen.text(
"Please flash a launcher!\n\nUse \"32blit flash launcher.blit\"\nor place launcher.blit on your SD card.",
"Please flash a launcher!\n\nUse \"32blit install launcher.blit\"\nor place launcher.blit on your SD card.",
minimal_font, Point(screen.bounds.w / 2, screen.bounds.h / 2), true, TextAlign::center_center
);
}
Expand Down

0 comments on commit 3f96f95

Please sign in to comment.