automatically update downloads to new system

This commit is contained in:
Finnley Somdahl 2024-01-30 20:37:13 -06:00
parent 883c14bf0d
commit 1f98e349dc
3 changed files with 21 additions and 0 deletions

View file

@ -44,6 +44,7 @@ enum class PrefName(val data: Pref) {
SomethingSpecial(Pref(Location.Irrelevant, Boolean::class)),
AllowOpeningLinks(Pref(Location.Irrelevant, Boolean::class)),
SearchStyle(Pref(Location.Irrelevant, Int::class)),
HasUpdatedPrefs(Pref(Location.Irrelevant, Boolean::class)),
//Protected
DiscordToken(Pref(Location.Protected, String::class)),