From 507a5aed51b788c790f37e40937884f2ade083f9 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Wed, 27 Nov 2024 00:17:20 +0100 Subject: [PATCH] Setup session for macOS --- App/App_macOS.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/App/App_macOS.swift b/App/App_macOS.swift index 8b589941..77f46e4e 100644 --- a/App/App_macOS.swift +++ b/App/App_macOS.swift @@ -194,11 +194,11 @@ struct RootView: View { } } .frame(minWidth: 160) -// .safeAreaInset(edge: .bottom) { -// SupportKiwixButton { -// openWindow(id: "donation") -// } -// } + .safeAreaInset(edge: .bottom) { + SupportKiwixButton { + openWindow(id: "donation") + } + } } detail: { switch navigation.currentItem { case .loading: