X-Git-Url: https://git.r.bdr.sh/rbdr/captura/blobdiff_plain/5802c153cae64142d84e3cd5f762939501ee7e53..refs/heads/main:/Captura/Presentation/Windows/PreferencesWindow.swift?ds=sidebyside diff --git a/Captura/Presentation/Windows/PreferencesWindow.swift b/Captura/Presentation/Windows/PreferencesWindow.swift index 95d479b..233d21b 100644 --- a/Captura/Presentation/Windows/PreferencesWindow.swift +++ b/Captura/Presentation/Windows/PreferencesWindow.swift @@ -15,12 +15,11 @@ along with this program. If not, see https://captura.tranquil.systems. */ import Cocoa -import SwiftUI - import Foundation +import SwiftUI class PreferencesWindow: NSWindow { - + init() { super.init( contentRect: NSRect(x: 0, y: 0, width: 600, height: 600),