Convert a few Int
-based settings params into enums
#1352
Labels
1 - low priority
This issue is nice to have but not imminently planned. If you need it soon, consider making a PR
enhancement
New feature or request
Pre-Flight checklist
Describe The Feature Request Below
In the code there are a few settings passed as params, such as
blurNSFW
,postActionBarMode
(and possibly others), that should be using their Enums rather than Ints. Otherwise its not clear whatblurNSFW: 2
means.The text was updated successfully, but these errors were encountered: