1
0
Fork 0

Fix typo in settings

master
marko 2022-02-18 22:25:06 -05:00
parent d558f8bba5
commit f99fe06aab
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
'Auto center': {
value: s.autocenter,
format: boolFormat,
onchange: save('autoconnect'),
onchange: save('autocenter'),
}
}
E.showMenu(menu);