feat: optimize Alert Dialogs
This commit is contained in:
parent
1670383619
commit
124c8f5ed7
31 changed files with 739 additions and 837 deletions
|
@ -22,6 +22,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
|||
CheckUpdate(Pref(Location.General, Boolean::class, true)),
|
||||
VerboseLogging(Pref(Location.General, Boolean::class, false)),
|
||||
DohProvider(Pref(Location.General, Int::class, 0)),
|
||||
HidePrivate(Pref(Location.General, Boolean::class, false)),
|
||||
DefaultUserAgent(
|
||||
Pref(
|
||||
Location.General,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue