1
0
Fork 0

chargent: shorten charged message to fit on screen

master
Rob Pilling 2024-04-27 16:25:15 +01:00
parent 09963e92e8
commit a099174ef0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
require('Storage').writeJSON('chargent.json', {limit: lim});
}
const onHide = () => { if(id) id = clearInterval(id) };
require('notify').show({id: 'chargent', title: 'Fully charged', onHide });
require('notify').show({id: 'chargent', title: 'Charged', onHide });
// TODO ? customizable
Bangle.buzz(500);
setTimeout(() => Bangle.buzz(500), 1000);