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:
parent
dfd987041a
commit
42d1140b55
@ -1,3 +1,9 @@
|
|||||||
|
constructor(){
|
||||||
|
super({
|
||||||
|
requiresPageReload: true
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
enabled(){
|
enabled(){
|
||||||
// elements & data
|
// elements & data
|
||||||
this.css = null;
|
this.css = null;
|
||||||
@ -218,6 +224,7 @@ enabled(){
|
|||||||
};
|
};
|
||||||
|
|
||||||
TD.decider.updateForGuestId();
|
TD.decider.updateForGuestId();
|
||||||
|
this.$pluginSettings.requiresPageReload = enable;
|
||||||
};
|
};
|
||||||
|
|
||||||
// css and layout injection
|
// css and layout injection
|
||||||
|
Loading…
Reference in New Issue
Block a user