Update ReadAllNotificationsButton.plugin.js
This commit is contained in:
parent
aafc6d5c0d
commit
dcc82ee94f
|
@ -3,7 +3,7 @@
|
||||||
class ReadAllNotificationsButton {
|
class ReadAllNotificationsButton {
|
||||||
getName () {return "ReadAllNotificationsButton";}
|
getName () {return "ReadAllNotificationsButton";}
|
||||||
|
|
||||||
getVersion () {return "1.4.5";}
|
getVersion () {return "1.4.6";}
|
||||||
|
|
||||||
getAuthor () {return "DevilBro";}
|
getAuthor () {return "DevilBro";}
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ class ReadAllNotificationsButton {
|
||||||
|
|
||||||
this.RANbuttonMarkup =
|
this.RANbuttonMarkup =
|
||||||
`<div class="${BDFDB.disCN.guildouter} RANbutton-frame">
|
`<div class="${BDFDB.disCN.guildouter} RANbutton-frame">
|
||||||
<div class="${BDFDB.disCN.homebutton} RANbutton" style="height: 20px;">read all</div>
|
<div class="${BDFDB.disCN.guildiconacronym} RANbutton" style="height: 20px;">read all</div>
|
||||||
</div>`;
|
</div>`;
|
||||||
|
|
||||||
this.RAMbuttonMarkup =
|
this.RAMbuttonMarkup =
|
||||||
|
|
Loading…
Reference in New Issue