From aababde03f61b4ce13eb92c5ec54fb6e8650f42e Mon Sep 17 00:00:00 2001 From: Ira Limitanei Date: Fri, 16 Jan 2026 12:34:32 +0900 Subject: [PATCH] Update demo with new about dialog fields --- Sources/Demo/Demo.swift | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Sources/Demo/Demo.swift b/Sources/Demo/Demo.swift index c2f4729..d291374 100644 --- a/Sources/Demo/Demo.swift +++ b/Sources/Demo/Demo.swift @@ -157,6 +157,12 @@ struct Demo: App { cfg.icon = .default(icon: .applicationXExecutable) cfg.website = URL(string: "https://adwaita-swift.aparoksha.dev/") cfg.issues = URL(string: "https://git.aparoksha.dev/aparoksha/adwaita-swift/issues") + cfg.links = [ + ("Source Code", "https://git.aparoksha.dev/aparoksha/adwaita-swift"), + (title: "Donate", url: "https://ko-fi.com/david_swift") + ] + cfg.copyright = "© 2026 david-swift" + cfg.license = "MIT" cfg.releaseNotes = AdwaitaAboutDialogConfig.demoReleaseNotes cfg.comments = AdwaitaAboutDialogConfig.demoComments }