ctlPrefWindow // Format tweaks & remove useless expressions.
This commit is contained in:
parent
4c048f56f2
commit
8f9737c4e9
|
@ -216,6 +216,7 @@ extension RangeReplaceableCollection where Element: Hashable {
|
|||
do {
|
||||
try Preferences.validate(candidateKeys: keys)
|
||||
Preferences.candidateKeys = keys
|
||||
selectionKeyComboBox.stringValue = Preferences.candidateKeys
|
||||
}
|
||||
catch Preferences.CandidateKeyError.empty {
|
||||
selectionKeyComboBox.stringValue = Preferences.candidateKeys
|
||||
|
@ -229,9 +230,6 @@ extension RangeReplaceableCollection where Element: Hashable {
|
|||
clsSFX.beep()
|
||||
}
|
||||
}
|
||||
|
||||
selectionKeyComboBox.stringValue = keys
|
||||
Preferences.candidateKeys = keys
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue