commit 529094ac271cbe5b64a80e3baeafe90129496752 parent e4cfbdc8ac94fa08e6a3673862d6ad58d2980ff1 Author: FIGBERT <figbert@figbert.com> Date: Sat, 3 Sep 2022 12:51:00 -0700 Hide window title bar Diffstat:
M | Shared/GemenonApp.swift | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Shared/GemenonApp.swift b/Shared/GemenonApp.swift @@ -13,5 +13,6 @@ struct GemenonApp: App { WindowGroup { ContentView() } + .windowStyle(.hiddenTitleBar) } }