gemenon

[ACTIVE] The Safari of the Gemini ecosystem
git clone git://git.figbert.com/gemenon.git
Log | Files | Refs

commit b218834e62ad8bde9a486ec5d80bbf8b99f72c2e
parent 147de9e3c35598ee78fdc50c5b0d911290cba28b
Author: FIGBERT <figbert@figbert.com>
Date:   Sat,  3 Sep 2022 22:41:50 -0700

Hide window title

Diffstat:
MShared/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() } + .windowToolbarStyle(.unified(showsTitle: false)) } }