fixed changed-icon for system-notification

This commit is contained in:
Kostya
2024-01-30 23:39:12 +03:00
parent 3bdd99bc1b
commit 04d1e73d44

View File

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