mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed changed-icon for system-notification
This commit is contained in:
@@ -81,6 +81,10 @@ export default {
|
||||
icon: imageUrl,
|
||||
};
|
||||
|
||||
if (MsgUser.username === '🛠️ System') {
|
||||
MsgUser.icon = 'https://avatar.spworlds.ru/face/55/CONSOLE'
|
||||
}
|
||||
|
||||
this.array.push(MsgUser);
|
||||
|
||||
this.ScrollToBottom();
|
||||
|
||||
Reference in New Issue
Block a user