Fixes a bug on selecting the candidate keys in the preference UI.
This commit is contained in:
parent
c4259c4c4e
commit
5ff6f378e6
|
@ -152,11 +152,7 @@ import Carbon
|
|||
}
|
||||
|
||||
selectionKeyComboBox.stringValue = keys
|
||||
if keys == Preferences.defaultKeys {
|
||||
Preferences.candidateKeys = nil
|
||||
} else {
|
||||
Preferences.candidateKeys = keys
|
||||
}
|
||||
Preferences.candidateKeys = keys
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue