Fix parameter list in settings
This commit is contained in:
@@ -57,7 +57,7 @@ html
|
||||
|
||||
+input("rewrite_twitter", "Rewrite Twitter domain", "twitter.com", true)
|
||||
|
||||
+checkbox("remove_trailing_hashtags", "Hide trailing hashtags", false)
|
||||
+checkbox("remove_trailing_hashtags", "Hide trailing hashtags", "Hide", false)
|
||||
|
||||
+checkbox("link_hashtags", "Clickable hashtags", "Clickable", true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user