This commit is contained in:
Mirco Wittrien 2020-02-20 22:50:41 +01:00
parent 9eeb769f18
commit 991849c615
2 changed files with 5 additions and 1 deletions

View File

@ -3972,6 +3972,9 @@
iconCell: "iconCell--wniOu",
nameCell: "nameCell-xyXENZ"
};
DiscordClassModules.FriendNotifications = {
friendsOnline: "friendsOnline-2JkivW"
};
DiscordClassModules.GoogleTranslateOption = {
reverseButton: "reverseButton-5S47qV",
translateButton: "translateButton-DhP9x8",
@ -4317,6 +4320,7 @@
_imagezoombackdrop: ["ImageZoom", "backdrop"],
_imagezoomimagemodal: ["ImageZoom", "modal"],
_imagezoomlense: ["ImageZoom", "lense"],
_friendnotificationsfriendsonline: ["FriendNotifications", "friendsOnline"],
_googletranslateoptionreversebutton: ["GoogleTranslateOption", "reverseButton"],
_googletranslateoptiontranslatebutton: ["GoogleTranslateOption", "translateButton"],
_googletranslateoptiontranslated: ["GoogleTranslateOption", "translated"],

File diff suppressed because one or more lines are too long