stuff
This commit is contained in:
parent
d4d5cd3bd7
commit
ec8bba415f
|
@ -3978,7 +3978,7 @@
|
||||||
automaticLoading: "fork-ps-5",
|
automaticLoading: "fork-ps-5",
|
||||||
coloredText: "bda-gs-7",
|
coloredText: "bda-gs-7",
|
||||||
normalizedClasses: "fork-ps-4",
|
normalizedClasses: "fork-ps-4",
|
||||||
showToasts: BDFDB.BDUtils.settingsIds.showToasts
|
showToasts: "fork-ps-2"
|
||||||
} : {
|
} : {
|
||||||
automaticLoading: "settings.addons.autoReload",
|
automaticLoading: "settings.addons.autoReload",
|
||||||
coloredText: "settings.appearance.coloredText",
|
coloredText: "settings.appearance.coloredText",
|
||||||
|
@ -8715,6 +8715,8 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
InternalComponents.NativeSubComponents.TabBar = BDFDB.ModuleUtils.findByName("TabBar");
|
||||||
|
|
||||||
InternalComponents.LibraryComponents.Table = InternalBDFDB.loadPatchedComp("Table") || reactInitialized && class BDFDB_Table extends LibraryModules.React.Component {
|
InternalComponents.LibraryComponents.Table = InternalBDFDB.loadPatchedComp("Table") || reactInitialized && class BDFDB_Table extends LibraryModules.React.Component {
|
||||||
render() {
|
render() {
|
||||||
return BDFDB.ReactUtils.createElement(InternalComponents.NativeSubComponents.Table, Object.assign({}, this.props, {
|
return BDFDB.ReactUtils.createElement(InternalComponents.NativeSubComponents.Table, Object.assign({}, this.props, {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue