fixed typo

pull/2099/head
aaronrolls 2022-08-23 10:18:57 +12:00
parent 9ae6b7c821
commit 3eb269eee0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
value: settings.freq,
min: 0, max: 2,
format: v => frequency[v],
onchange : v => {
onchange: v => {
settings.freq = v;
writeSettings(settings);
}