support and assistance text added

This commit is contained in:
sqshq 2019-08-07 07:16:53 -04:00
parent 64ca638350
commit d83502ac49
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ func (n *NagWindow) Draw(buffer *ui.Buffer) {
text := append(util.AsciiLogo, []string{ text := append(util.AsciiLogo, []string{
"", "", "", "", "", "",
"Thank you for using Sampler.", "Thank you for using Sampler.",
"It is always free for non-commercial use, but you can support the project and buy a personal license.", "It is always free, but you can sponsor the project and buy the personal or commercial license",
"for priority support and technical assistance.",
"", "",
"Please visit www.sampler.dev", "Please visit www.sampler.dev",
}...) }...)