mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 13:17:23 +00:00
set error message back to the way it was. was trying a change to track an error
This commit is contained in:
@ -77,7 +77,7 @@ func loadFromToml() {
|
||||
printInfoF("Loading config from toml: $TEXT", messageAttachmentColor.stylize(configFile))
|
||||
config, err := toml.LoadFile(configFile)
|
||||
if err != nil {
|
||||
printError(fmt.Sprintf("I Could not read config file: %+v", err))
|
||||
printError(fmt.Sprintf("Could not read config file: %+v", err))
|
||||
return
|
||||
}
|
||||
if config.Has("Emoji.unicodeSupport") {
|
||||
|
||||
Reference in New Issue
Block a user