Reordered Hide button.

This commit is contained in:
default 2022-11-04 10:11:28 +01:00
parent 4e8c2ed03e
commit 2e4b548021

2
html.c
View File

@ -435,8 +435,8 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, int num)
s = html_button(s, "mute", L("MUTE"));
}
s = html_button(s, "hide", L("Hide"));
s = html_button(s, "delete", L("Delete"));
s = html_button(s, "hide", L("Hide"));
s = xs_str_cat(s, "</form>\n");