No more keyboard shortcuts sounds in the popover.

This commit is contained in:
2025-01-15 15:10:11 -08:00
parent 94a2c217ef
commit e1146840f6
16 changed files with 257 additions and 173 deletions

View File

@@ -5,7 +5,7 @@
// Created by Igor Kolokolnikov on 8/16/23.
//
import Cocoa
import AppKit
// MARK: - Constants
fileprivate enum AboutLinks {
@@ -24,12 +24,6 @@ enum Strings {
static let activating = "Activating..."
}
fileprivate enum ViewConstants {
static let spacing2: CGFloat = 2
static let spacing10: CGFloat = 10
static let spacing20: CGFloat = 20
}
// MARK: - Controller
class AboutViewController: NSViewController, NSTextFieldDelegate {
// MARK: - Views