mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 03:17:02 -04:00
Equicord Protocol
This commit is contained in:
parent
7518709310
commit
485452f65a
7 changed files with 32 additions and 7 deletions
|
@ -271,7 +271,7 @@ function sendMsgNotif(titleString: string, content: string, message: Message) {
|
|||
content: content,
|
||||
useBase64Icon: true,
|
||||
icon: result,
|
||||
sourceApp: "Vencord"
|
||||
sourceApp: "Equicord"
|
||||
};
|
||||
Native.sendToOverlay(msgData);
|
||||
});
|
||||
|
@ -290,7 +290,7 @@ function sendOtherNotif(content: string, titleString: string) {
|
|||
content: content,
|
||||
useBase64Icon: false,
|
||||
icon: null,
|
||||
sourceApp: "Vencord"
|
||||
sourceApp: "Equicord"
|
||||
};
|
||||
Native.sendToOverlay(msgData);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue