More compact layout of right panel

This commit is contained in:
SillyLossy
2023-05-08 16:09:05 +03:00
parent 7d181fd2e8
commit 977bfbf4f5
5 changed files with 20 additions and 18 deletions

View File

@@ -1066,7 +1066,7 @@ async function createGroup() {
const memberNames = characters.filter(x => members.includes(x.avatar)).map(x => x.name).join(", ");
if (!name) {
name = `Chat with ${memberNames}`;
name = `Group: ${memberNames}`;
}
// placeholder