mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-10 17:34:24 +08:00
Merge pull request #1246 from CrumblyLiquid/patch-1
Fix layout buttons on the settings page
This commit is contained in:
commit
ed08fb234b
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ async function initGroups() {
|
|||
"capsLockBackspace",
|
||||
UpdateConfig.setCapsLockBackspace
|
||||
);
|
||||
groups.layout = new SettingsGroup("layout", UpdateConfig.layout);
|
||||
groups.layout = new SettingsGroup("layout", UpdateConfig.setLayout);
|
||||
groups.language = new SettingsGroup("language", UpdateConfig.setLanguage);
|
||||
groups.fontSize = new SettingsGroup("fontSize", UpdateConfig.setFontSize);
|
||||
groups.pageWidth = new SettingsGroup("pageWidth", UpdateConfig.setPageWidth);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue