XL v1.3.2 fix version rollback and Discord crash
This commit is contained in:
parent
d6679806b9
commit
e4e4123c5c
|
@ -41,7 +41,7 @@ var XenoLib = (() => {
|
|||
twitter_username: ''
|
||||
}
|
||||
],
|
||||
version: '1.3.0',
|
||||
version: '1.3.2',
|
||||
description: 'Simple library to complement plugins with shared code without lowering performance.',
|
||||
github: 'https://github.com/1Lighty',
|
||||
github_raw: 'https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/1XenoLib.plugin.js'
|
||||
|
@ -524,7 +524,6 @@ var XenoLib = (() => {
|
|||
_this.setState = setState;
|
||||
}
|
||||
if (!_this.state) _this.state = {};
|
||||
ret.props.children.push(document.createElement('div'));
|
||||
XenoLib.__contextPatches.forEach(e => {
|
||||
try {
|
||||
e(_this, menuGroups);
|
||||
|
|
Loading…
Reference in New Issue