TheRustyPickle / Chirp

A chat app built from scratch using GTK4 in Rust
MIT License
5 stars 3 forks source link

Persist the same profile on gui restart #30

Closed TheRustyPickle closed 1 year ago

TheRustyPickle commented 1 year ago

Currently on each restart it creates a new profile with a new user id. This should persist among launches and be able to reconnect to the WS using the previously saved User ID. gio::Settings schema can be used to save it.