SettingsGroup for Indicate Typos

This commit is contained in:
willerbee 2020-09-25 16:13:35 +08:00 committed by GitHub
parent 33e69eba49
commit 9dec34d89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,6 +136,7 @@ settingsGroups.confidenceMode = new SettingsGroup(
settingsGroups.stopOnError.updateButton();
}
);
settingsGroups.indicateTypos = new SettingsGroup("indicateTypos", setIndicateTypos);
settingsGroups.blindMode = new SettingsGroup("blindMode", setBlindMode);
settingsGroups.quickEnd = new SettingsGroup("quickEnd", setQuickEnd);
// settingsGroups.readAheadMode = new SettingsGroup(