You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #945 lands there's a framework for managing enums as preferences. Extend that to cover all the existing enums-as-preferences.
This should remove some of the string arrays that are in use for preference values, keeping the values closer to where they're used. It also keeps the code style consistent, so code that does the same thing looks the same.
After #945 lands there's a framework for managing enums as preferences. Extend that to cover all the existing enums-as-preferences.
This should remove some of the string arrays that are in use for preference values, keeping the values closer to where they're used. It also keeps the code style consistent, so code that does the same thing looks the same.
At least:
In Account prefs:
Others to consider
The text was updated successfully, but these errors were encountered: