mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Match the CW checkbox status to what is currently configured.
This commit is contained in:
parent
1c8ff95670
commit
785c859ce3
2
html.c
2
html.c
@ -323,7 +323,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
|
||||
xs_dict_get(snac->config, "avatar"),
|
||||
L("Bio"),
|
||||
xs_dict_get(snac->config, "bio"),
|
||||
xs_dict_get(snac->config, "cw"),
|
||||
strcmp(xs_dict_get(snac->config, "cw"), "open") == 0 ? "checked" : "",
|
||||
L("Always show sensitive content"),
|
||||
L("Email address for notifications"),
|
||||
email,
|
||||
|
Loading…
Reference in New Issue
Block a user