Return to launcher on exit

pull/339/head
Paul Cockrell 2020-04-20 22:02:55 +01:00
parent 707f4a1ccd
commit 6deb376d99
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function drawProgramCompleted() {
const msg = "That's the program\ncompleted. Now eat\nsome food and\nget plenty of rest.";
clearWatch();
setWatch(reset, BTN2, {repeat: false});
setWatch(Bangle.showLauncher, BTN2, {repeat: false});
g.setColor(WHITE);
g.setFont("Vector", 35);