added if-block for changed icon for system-notification

This commit is contained in:
Kostya
2024-01-30 23:11:10 +03:00
parent 6db67cf0d1
commit 3bdd99bc1b

View File

@@ -102,6 +102,10 @@ export default {
icon: imageUrl,
};
if (MsgUser.username === '🛠️ System') {
MsgUser.icon = 'https://avatar.spworlds.ru/face/55/CONSOLE'
}
this.array.push(MsgUser);
});
this.ScrollToBottom();