Revert "Update widget.js"

This reverts commit be3d00e974.
pull/1634/head
KungPhoo 2022-03-30 07:19:58 +02:00
parent 9c86c48398
commit a59579476b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ WIDGETS.bluetooth = {
if(WIDGETS.bluetooth.warningEnabled == 1){
Bangle.buzz(700, 1); // buzz on connection loss
E.showMessage(/*LANG*/'Connection\nlost.', 'Bluetooth');
E.showMessage(/*LANG*/"Connection\nlost.","Bluetooth");
setInterval(()=>{load();}, 3000); // clear message
WIDGETS.bluetooth.warningEnabled = 0;