Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
1.97k stars 442 forks source link

chore: unsingletonize UserDataController #5459

Closed pajlada closed 2 weeks ago

pajlada commented 2 weeks ago

The user-data.json file will save immediately on change, and on exit (on dtor) if necessary. So we don't need to manually call save

pajlada commented 2 weeks ago

image