automatically update downloads to new system
This commit is contained in:
parent
883c14bf0d
commit
1f98e349dc
3 changed files with 21 additions and 0 deletions
|
@ -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)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue