stuff
This commit is contained in:
parent
6de4ed36d2
commit
bd647dc606
|
@ -1124,10 +1124,6 @@
|
||||||
QuickSwitchUserResult: "LibraryComponents.QuickSwitchItems.User",
|
QuickSwitchUserResult: "LibraryComponents.QuickSwitchItems.User",
|
||||||
};
|
};
|
||||||
WebModulesData.SpecialFilter = {
|
WebModulesData.SpecialFilter = {
|
||||||
V2C_ContentColumn: ins => ins && ins.return && (ins.return.key == "pcolumn" || ins.return.key == "tcolumn") && ins.return.type,
|
|
||||||
V2C_List: ins => ins && ins.return && (ins.return.key == "plugin-list" || ins.return.key == "theme-list") && ins.return.type,
|
|
||||||
V2C_PluginCard: ins => ins && ins.child && ins.child.stateNode && ins.child.stateNode.props && ins.child.stateNode.props.plugin && ins.child.type,
|
|
||||||
V2C_ThemeCard: ins => ins && ins.child && ins.child.stateNode && ins.child.stateNode.props && ins.child.stateNode.props.theme && ins.child.type
|
|
||||||
};
|
};
|
||||||
WebModulesData.PatchFinder = {
|
WebModulesData.PatchFinder = {
|
||||||
Account: "accountinfo",
|
Account: "accountinfo",
|
||||||
|
@ -8981,7 +8977,7 @@
|
||||||
if (index > -1) children.splice(index + 1, 0, BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.TooltipContainer, {
|
if (index > -1) children.splice(index + 1, 0, BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.TooltipContainer, {
|
||||||
text: "Only checks for updates of plugins, which support the updatecheck. Rightclick for a list of supported plugins. (Listed ≠ Outdated)",
|
text: "Only checks for updates of plugins, which support the updatecheck. Rightclick for a list of supported plugins. (Listed ≠ Outdated)",
|
||||||
tooltipConfig: {
|
tooltipConfig: {
|
||||||
selector: "update-button-tooltip",
|
selector: "update-button-tooltip",
|
||||||
style: "max-width: 420px"
|
style: "max-width: 420px"
|
||||||
},
|
},
|
||||||
children: BDFDB.ReactUtils.createElement("button", {
|
children: BDFDB.ReactUtils.createElement("button", {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue