From c71b917310f2d4813a9b32258aaf63a3b3d4be3d Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Tue, 16 Jan 2024 11:29:26 -1000 Subject: [PATCH] fix: Add privacy policy and website links to the about screen (#95) --- macos/Overview/OverviewApp.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macos/Overview/OverviewApp.swift b/macos/Overview/OverviewApp.swift index 37c04bf..8da4c0e 100644 --- a/macos/Overview/OverviewApp.swift +++ b/macos/Overview/OverviewApp.swift @@ -41,6 +41,8 @@ struct OverviewApp: App { } About(copyright: "Copyright © 2021-2024 Jason Barrie Morley") { + Action("Website", url: URL(string: "https://overview.jbmorley.co.uk")!) + Action("Privacy Policy", url: URL(string: "https://overview.jbmorley.co.uk/privacy-policy")!) Action("GitHub", url: URL(string: "https://github.com/inseven/overview")!) } acknowledgements: { Acknowledgements("Developers") {