guyluz11 / infinite_horizons

Using this app your study and work session efficiency can increase dramatically by following methods that got approved by science
GNU Affero General Public License v3.0
16 stars 11 forks source link

Move preference keys to enum #144

Closed guyluz11 closed 2 months ago

guyluz11 commented 2 months ago

It is bad practice to call the keys of Preference using string all over the app, let's switch it to enum.

guyluz11 commented 2 months ago

Done