Relocate and rename option, make option restore after page refresh.

This commit is contained in:
Lewis Crichton 2020-07-15 13:54:58 +01:00 committed by Calvin Montgomery
parent d4f75146c7
commit c148c991cd
2 changed files with 4 additions and 6 deletions

View file

@ -100,10 +100,6 @@ mixin us-chat
+rcheckbox("us-sort-rank", "Sort userlist by rank")
+rcheckbox("us-sort-afk", "Sort AFKers to bottom")
.col-sm-4
.col-sm-8
p.text-info The following option only applies if you have permission to see IP addresses in the first place.
+rcheckbox("us-no-ip-on-hover", "Disable revealing user IP addresses in profile tooltip")
.col-sm-4
.col-sm-8
p.text-info The following 3 options apply to how and when you will be notified if a new chat message is received while CyTube is not the active window.
.form-group
@ -143,3 +139,4 @@ mixin us-mod
form.form-horizontal(action="javascript:void(0)")
+rcheckbox("us-modflair", "Show name color")
+rcheckbox("us-shadowchat", "Show shadowmuted messages")
+rcheckbox("us-show-ip-in-tooltip", "Show IP addresses in profile tooltip")