Clean project.

This commit is contained in:
Ivan Vorobei
2021-12-14 23:13:45 +03:00
parent 20e2b8ed86
commit b2c8d7af5a
16 changed files with 93 additions and 194 deletions
@@ -163,7 +163,7 @@ class PresetsController: SPDiffableTableController {
return SPDiffableTableRow(
text: preset.name,
accessoryType: (preset.id == currentPreset?.id) ? .checkmark : .none,
selectionStyle: .none) { [weak self] _ in
selectionStyle: .none) { [weak self] _, _ in
guard let self = self else { return }
self.currentPreset = preset
}