Update settings.js

pull/1830/head
thyttan 2022-05-11 20:55:54 +02:00 committed by GitHub
parent 04679ba324
commit 28c6103242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
format: v => v, format: v => v,
onchange: v => updateSetting("charTimeout", v), onchange: v => updateSetting("charTimeout", v),
}, },
/*LANG*/'Show help button': { /*LANG*/'Show help button?': {
value: !!settings().showHelpBtn, value: !!settings().showHelpBtn,
format: v => v?"Yes":"No", format: v => v?"Yes":"No",
onchange: v => updateSetting("showHelpBtn", v) onchange: v => updateSetting("showHelpBtn", v)