aboutsummaryrefslogtreecommitdiff
path: root/Hotline/MacApp.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/MacApp.swift')
-rw-r--r--Hotline/MacApp.swift4
1 files changed, 3 insertions, 1 deletions
diff --git a/Hotline/MacApp.swift b/Hotline/MacApp.swift
index 4f6c2af..bf816d7 100644
--- a/Hotline/MacApp.swift
+++ b/Hotline/MacApp.swift
@@ -184,9 +184,11 @@ struct Application: App {
} defaultValue: {
Server(name: nil, description: nil, address: "")
}
- .modelContainer(self.modelContainer)
+ .windowToolbarStyle(.unified)
+// .windowStyle(.hiddenTitleBar)
.defaultSize(width: 780, height: 640)
.defaultPosition(.center)
+ .modelContainer(self.modelContainer)
.onChange(of: activeServerState) {
AppState.shared.activeServerState = self.activeServerState
}