1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 09:57:24 +00:00

updated to use new config variable

This commit is contained in:
2019-10-28 15:58:33 -06:00
parent e67b0e4265
commit a03b5ff630

View File

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