mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added comment for save icon
This commit is contained in:
@@ -81,10 +81,12 @@ export default {
|
|||||||
icon: imageUrl,
|
icon: imageUrl,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (MsgUser.username === '🛠️ System') {
|
if (MsgUser.username === 'System') {
|
||||||
MsgUser.icon = 'https://avatar.spworlds.ru/face/55/CONSOLE'
|
MsgUser.icon = 'https://avatar.spworlds.ru/face/55/CONSOLE'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// 🛠️ - icon
|
||||||
this.array.push(MsgUser);
|
this.array.push(MsgUser);
|
||||||
|
|
||||||
this.ScrollToBottom();
|
this.ScrollToBottom();
|
||||||
@@ -106,7 +108,7 @@ export default {
|
|||||||
icon: imageUrl,
|
icon: imageUrl,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (MsgUser.username === '🛠️ System') {
|
if (MsgUser.username === 'System') {
|
||||||
MsgUser.icon = 'https://avatar.spworlds.ru/face/55/CONSOLE'
|
MsgUser.icon = 'https://avatar.spworlds.ru/face/55/CONSOLE'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user