Update ThemeSettings.plugin.js

This commit is contained in:
Mirco Wittrien 2020-09-22 22:38:04 +02:00
parent 1f7f1c4f6e
commit 5e29645e4e
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ module.exports = (_ => {
"info": { "info": {
"name": "ThemeSettings", "name": "ThemeSettings",
"author": "DevilBro", "author": "DevilBro",
"version": "1.2.0", "version": "1.2.1",
"description": "Allows you to change Theme Variables within BetterDiscord. Adds a Settings button (similar to Plugins) to customizable Themes in your Themes Page." "description": "Allows you to change Theme Variables within BetterDiscord. Adds a Settings button (similar to Plugins) to customizable Themes in your Themes Page."
} }
}; };
@ -115,7 +115,6 @@ module.exports = (_ => {
} }
createThemeSettings (wrapper, theme, vars) { createThemeSettings (wrapper, theme, vars) {
if (!window.BDFDB || typeof BDFDB != "object" || !BDFDB.loaded || !this.started) return;
let settingsItems = []; let settingsItems = [];
settingsItems.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.SettingsItem, { settingsItems.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.SettingsItem, {