From 3a4e4a1822d9f091a5df8e5259a24ce6f39e943e Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Mon, 6 May 2024 14:07:20 -0700 Subject: Add list of contributors to About Box (automatically pulled from GitHub) --- Hotline/Application-macOS.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Hotline/Application-macOS.swift') diff --git a/Hotline/Application-macOS.swift b/Hotline/Application-macOS.swift index eb5be32..ccc4b15 100644 --- a/Hotline/Application-macOS.swift +++ b/Hotline/Application-macOS.swift @@ -66,8 +66,8 @@ struct Application: App { .background(Color.hotlineRed) } .windowResizability(.contentSize) - .windowStyle(.hiddenTitleBar) - .defaultSize(width: 300, height: 400) +// .windowStyle(.hiddenTitleBar) + .windowStyle(HiddenTitleBarWindowStyle()) .defaultPosition(.center) .commands { CommandGroup(replacing: CommandGroupPlacement.appInfo) { -- cgit