From fc561373970948e4bc6483c0020eca09ef206fc7 Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Sun, 4 Jan 2026 04:54:06 -0500 Subject: [PATCH] Add donation address to about dialog --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 9d10bd5..f901f44 100644 --- a/main.go +++ b/main.go @@ -554,7 +554,8 @@ func (s *appState) showAbout() { devText, widget.NewLabel(""), widget.NewLabel("Support Development"), - widget.NewLabel("Support coming soon"), + widget.NewLabel("Support VideoTools development (optional):"), + widget.NewLabel("Bitcoin (BTC): bc1qcq5hmtvckhhh9c6y3gvm9wu9856fmet25yfr0v"), feedbackLabel, )