You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letaccentKeyLanguages:[String]=["Swedish","German","Spanish"]; //Languages where we can disable accent keys
148
-
letaccentKeyOptionIndex=SettingsTableData.languageSettingsData[0].section.firstIndex(where:{s in s.sectionTitle.elementsEqual("Disable accent characters")})??-1
letaccentKeySettings=SettingsTableData.languageSettingsData[0].section.remove(at: accentKeyOptionIndex )//since there are no accent keys we can remove the option.
0 commit comments