Minor changes

master
David Peer 2022-09-19 17:37:43 +02:00
parent 28bcc3f632
commit 99999cbc88
1 changed files with 6 additions and 8 deletions

View File

@ -296,14 +296,12 @@ function runItem(){
var menuEntry = menu[settings.menuPosX];
var item = menuEntry.items[settings.menuPosY-1];
Bangle.buzz(160, 0.6).then(()=>{
try{
item.run();
Bangle.buzz(300, 0.6).then(() => {});
} catch (ex) {
// Simply ignore it...
}
});
}