Update icons

This commit is contained in:
SillyLossy
2023-04-13 22:49:54 +03:00
parent bb67f98d67
commit f0891c5e6f
4 changed files with 13 additions and 11 deletions

View File

@ -220,7 +220,7 @@ function RA_checkOnlineStatus() {
RA_AC_retries = 1;
if (!is_send_press && !(selected_group && is_group_generating)) {
$("#send_but").css("display", "inline"); //on connect, send button shows
$("#send_but").css("display", "flex"); //on connect, send button shows
}
}
}