Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ensan-hcl committed Sep 23, 2023
1 parent 140e542 commit d056164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ struct QwertySwitchLanguageKeyModel<Extension: ApplicationSpecificKeyboardViewEx
} else if SemiStaticStates.shared.needsInputModeSwitchKey {
return KeyLabel(.text(states.keyboardLanguage.symbol), width: width, textColor: color)
} else {
return KeyLabel(.text(Extension.SettingProvider.preferredLanguage.first.symbol), width: width, textColor: color)
return KeyLabel(.text(E.SettingProvider.preferredLanguage.first.symbol), width: width, textColor: color)
}
}

Expand Down

0 comments on commit d056164

Please sign in to comment.