Config file reverts on every load - x-posted on curseforge
Magnum97 opened this issue ยท 1 comments
I have been looking for something like this for a long time. I used Tabby chat once upon a time but don't want to add lite loader on-top of forge every update. My problem is the config - I tried writing my own using your guide, even copy and paste but every time I load my client it reverts to this:
`
# Configuration file
client {
# Show current channel at the bottom left when chat isn't active [default: true]
B:"Always show chat channel"=true
}
`
I have tried to insert the channel code in the description both inside and outside of the curly braces.
Any tips or suggestions?