Merge pull request #1246 from CrumblyLiquid/patch-1

Fix layout buttons on the settings page
This commit is contained in:
Jack 2021-04-13 14:21:37 +01:00 committed by GitHub
commit ed08fb234b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);