Add support coming soon line to about dialog

This commit is contained in:
Stu Leak 2026-01-04 02:59:30 -05:00
parent 329be6e968
commit f5e1fe0f39

View File

@ -546,6 +546,7 @@ func (s *appState) showAbout() {
devText,
widget.NewLabel(""),
widget.NewLabel("Support Development"),
widget.NewLabel("Support coming soon"),
feedbackLabel,
)