Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Sampler
Commits
d83502ac
Commit
d83502ac
authored
5 years ago
by
sqshq
Browse files
Options
Download
Email Patches
Plain Diff
support and assistance text added
parent
64ca6383
master
cleanup_escape_codes
fix_percentage_calculation_for_arbitrary_min_value
fix_segfalt_for_newlines_in_asciibox
fix_ticker_rate
fix_triggers_for_textboxes_and_asciiboxes
remove_backend_interaction
remove_metadata_storage
v1.1.0
v1.0.3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
component/nag.go
+2
-1
component/nag.go
with
2 additions
and
1 deletion
+2
-1
component/nag.go
+
2
-
1
View file @
d83502ac
...
...
@@ -33,7 +33,8 @@ func (n *NagWindow) Draw(buffer *ui.Buffer) {
text
:=
append
(
util
.
AsciiLogo
,
[]
string
{
""
,
""
,
""
,
"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"
,
}
...
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help