We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0729c76 commit 9ea920eCopy full SHA for 9ea920e
src/rime/gear/ascii_composer.cc
@@ -178,7 +178,7 @@ void AsciiComposer::LoadConfig(Schema* schema) {
178
&good_old_caps_lock_);
179
}
180
181
- if (!config->GetBool("ascii_composer/save_ascii_mode_state",
+ if (!config->GetBool("ascii_composer/save_ascii_mode_state",
182
&save_ascii_mode_state_)) {
183
if (preset_config) {
184
preset_config->GetBool("ascii_composer/save_ascii_mode_state",
0 commit comments