added comment for save icon

This commit is contained in:
Kostya
2024-01-30 23:40:03 +03:00
parent 04d1e73d44
commit bde224c347

View File

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