aboutsummaryrefslogtreecommitdiff
path: root/Captura/Presentation/Windows/PreferencesWindow.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-09-16 11:07:46 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2024-09-16 11:07:46 +0200
commit505c1e620497828ffb914e05dd76d9ab124f144a (patch)
tree0d93162c4228dbee9e29c35e9f97f58daa5e3eef /Captura/Presentation/Windows/PreferencesWindow.swift
parent5802c153cae64142d84e3cd5f762939501ee7e53 (diff)
Format the code
Diffstat (limited to 'Captura/Presentation/Windows/PreferencesWindow.swift')
-rw-r--r--Captura/Presentation/Windows/PreferencesWindow.swift5
1 files changed, 2 insertions, 3 deletions
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),