Skip to content

Commit

Permalink
fix: Send support emails from the about screen ✉️ (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley committed Jan 27, 2024
1 parent bbc61a1 commit aba31f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions macos/Overview/OverviewApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,13 @@ struct OverviewApp: App {
}
.defaultSize(CGSize(width: 760, height: 760))

let title = "Overview Support (\(Bundle.main.version ?? "Unknown Version"))"

About(repository: "inseven/overview", copyright: "Copyright © 2021-2024 Jason 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")!)
Action("Support", url: URL(address: "support@jbmorley.co.uk", subject: title)!)
} acknowledgements: {
Acknowledgements("Developers") {
Credit("Jason Morley", url: URL(string: "https://jbmorley.co.uk"))
Expand Down

0 comments on commit aba31f8

Please sign in to comment.