Browse Source

updated to use new config variable

pull/34/head
David Haukeness 5 years ago
parent
commit
a03b5ff630
No known key found for this signature in database
GPG Key ID: A7F1091956853EF9
  1. 2
      main.go

2
main.go

@ -275,7 +275,7 @@ func printToView(viewName string, message string) { @@ -275,7 +275,7 @@ func printToView(viewName string, message string) {
if err != nil {
return err
} else {
if UNICODE_EMOJI_SUPPORT {
if config.Basics.UnicodeEmojis {
message = emojiUnicodeConvert(message)
}
fmt.Fprintf(updatingView, "%s\n", message)

Loading…
Cancel
Save