Add support coming soon line to about dialog
This commit is contained in:
parent
442658d18b
commit
a12829a4f9
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -546,6 +546,7 @@ func (s *appState) showAbout() {
|
|||
devText,
|
||||
widget.NewLabel(""),
|
||||
widget.NewLabel("Support Development"),
|
||||
widget.NewLabel("Support coming soon"),
|
||||
feedbackLabel,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue