From a12829a4f98ff63ca451e32c8ba23eb94c5ef819 Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Sun, 4 Jan 2026 02:59:30 -0500 Subject: [PATCH] Add support coming soon line to about dialog --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index ee15847..6489bc9 100644 --- a/main.go +++ b/main.go @@ -546,6 +546,7 @@ func (s *appState) showAbout() { devText, widget.NewLabel(""), widget.NewLabel("Support Development"), + widget.NewLabel("Support coming soon"), feedbackLabel, )