From 9857e39c81ce73d4347fa026a031c8389e42c3f3 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Sat, 25 Oct 2025 17:03:02 -0700 Subject: Experiement with better socket options. --- Hotline/MacApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hotline/MacApp.swift') diff --git a/Hotline/MacApp.swift b/Hotline/MacApp.swift index 0682c1d..5d1b912 100644 --- a/Hotline/MacApp.swift +++ b/Hotline/MacApp.swift @@ -189,7 +189,7 @@ struct Application: App { Server(name: nil, description: nil, address: "") } .modelContainer(self.modelContainer) - .defaultSize(width: 750, height: 700) + .defaultSize(width: 690, height: 760) .defaultPosition(.center) .onChange(of: activeServerState) { AppState.shared.activeServerState = activeServerState -- cgit