mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 14:27:43 +00:00
Allows deletion of default keyboard.
This commit is contained in:
parent
b3f59ac0f3
commit
aedcd96825
1 changed files with 1 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ private let toolbarButtonTag = 100
|
|||
|
||||
class LanguageSettingsViewController: UITableViewController {
|
||||
let language: Language
|
||||
private var userKeyboards: [String: Language] = [:]
|
||||
private var settingsArray = [[String: String]]()
|
||||
|
||||
public init(_ inLanguage: Language) {
|
||||
|
|
@ -351,7 +350,7 @@ class LanguageSettingsViewController: UITableViewController {
|
|||
let thisKb = globalUserKeyboards[kbIndex]
|
||||
let infoView = KeyboardInfoViewController()
|
||||
infoView.title = thisKb.name
|
||||
infoView.keyboardCount = userKeyboards.count
|
||||
infoView.keyboardCount = globalUserKeyboards.count
|
||||
infoView.keyboardIndex = index
|
||||
infoView.keyboardID = thisKb.id
|
||||
infoView.languageID = language.id
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue