1
0
Fork 0
master
Gordon Williams 2020-05-14 21:36:33 +01:00
parent 2ed65f3ead
commit a13954b6cb
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
onchange: v => require('Storage').write('welcome.json', {welcomed: !v}),
},
'Run Now': () => load('welcome.app.js'),
'Turn off, run next boot': () => {
'Turn off & run next': () => {
require('Storage').write('welcome.json', {welcomed: false});
Bangle.off();
},