master
Gordon Williams 2022-04-01 13:50:06 +01:00
parent 5c33cad685
commit 74203945a2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
var mainmenu = { var mainmenu = {
"" : { "title" : /*LANG*/"Messages" }, "" : { "title" : /*LANG*/"Messages" },
"< Back" : back, "< Back" : back,
/*LANG*/'Vibrate': require("buzz_menu").pattern(settings().vibrate, v => updateSetting("vibrate", v) }), /*LANG*/'Vibrate': require("buzz_menu").pattern(settings().vibrate, v => updateSetting("vibrate", v)),
/*LANG*/'Repeat': { /*LANG*/'Repeat': {
value: settings().repeat, value: settings().repeat,
min: 0, max: 10, min: 0, max: 10,