add: show_nsfw, hide_extra_post_tabs settings
add: ability to remove tokens from account switcher ui
This commit is contained in:
parent
88afb3ec37
commit
701ea79c9a
7 changed files with 70 additions and 77 deletions
|
@ -1247,6 +1247,16 @@
|
|||
\"{{ profile.settings.private_last_seen }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[
|
||||
[\"hide_extra_post_tabs\", \"Hide extra post tabs (replies, media)\"],
|
||||
\"{{ profile.settings.hide_extra_post_tabs }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[
|
||||
[\"show_nsfw\", \"Show NSFW posts\"],
|
||||
\"{{ profile.settings.show_nsfw }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[[], \"Questions\", \"title\"],
|
||||
[
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue