OpenTails / CRUMPET-Android

The Brains For Your Tail Company Gear!
GNU General Public License v3.0
31 stars 7 forks source link

Make AppSettings persist between sessions #18

Closed leinir closed 5 years ago

leinir commented 5 years ago

Currently the AppSettings are only remembered through the current session, but we want to ensure they are remembered between app runs.

ildar-gilmanov commented 5 years ago

Used QSettings to store and load AppSettings

https://github.com/MasterTailer/DIGITAiL/pull/30