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:
2
main.go
2
main.go
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user