This commit is contained in:
georgemoralis 2025-09-28 20:05:43 +03:00
parent 46c91abe0a
commit 7073a372ad

View File

@ -34,7 +34,7 @@ static bool IsValidOption(OrbisImeOption option, OrbisImeType type) {
}
if (True(option & OrbisImeOption::NO_AUTO_CAPITALIZATION /* NoAutoCompletion */) &&
type != OrbisImeType::Number && type != OrbisImeType::BasicLatin) {
type != OrbisImeType::Default && type != OrbisImeType::BasicLatin) {
return false;
}