This commit is contained in:
Mirco Wittrien 2020-07-17 12:07:58 +02:00
parent d4d5cd3bd7
commit ec8bba415f
2 changed files with 4 additions and 2 deletions

View File

@ -3978,7 +3978,7 @@
automaticLoading: "fork-ps-5",
coloredText: "bda-gs-7",
normalizedClasses: "fork-ps-4",
showToasts: BDFDB.BDUtils.settingsIds.showToasts
showToasts: "fork-ps-2"
} : {
automaticLoading: "settings.addons.autoReload",
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 {
render() {
return BDFDB.ReactUtils.createElement(InternalComponents.NativeSubComponents.Table, Object.assign({}, this.props, {

File diff suppressed because one or more lines are too long