Add support coming soon line to about dialog

This commit is contained in:
Stu Leak 2026-01-04 02:59:30 -05:00
parent 442658d18b
commit a12829a4f9

View File

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