1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-28 18:15:47 +02:00

Make edit-design plugin reload if the reply revert feature is enabled

This commit is contained in:
chylex 2017-04-01 16:23:45 +02:00
parent dfd987041a
commit 42d1140b55

View File

@ -1,3 +1,9 @@
constructor(){
super({
requiresPageReload: true
})
}
enabled(){
// elements & data
this.css = null;
@ -218,6 +224,7 @@ enabled(){
};
TD.decider.updateForGuestId();
this.$pluginSettings.requiresPageReload = enable;
};
// css and layout injection