Update compendium-browser.js

master
Matheus Clemente 2024-02-27 21:08:40 -03:00
parent 17e034bc75
commit bf91850a6f
1 changed files with 0 additions and 20 deletions

View File

@ -59,26 +59,6 @@ class CompendiumBrowser extends Application {
return game.settings.get(COMPENDIUM_BROWSER, "settings");
}
static get extraButtonsGlobal() {
return game.settings.get(COMPENDIUM_BROWSER, "extraButtonsGlobal");
}
static get extraSheetButtons() {
return game.settings.get(COMPENDIUM_BROWSER, "extraSheetButtons");
}
static get extraAdvancementButtons() {
return game.settings.get(COMPENDIUM_BROWSER, "extraAdvancementButtons");
}
static get bannersGlobal() {
return game.settings.get(COMPENDIUM_BROWSER, "bannersGlobal");
}
static get bannersLocal() {
return game.settings.get(COMPENDIUM_BROWSER, "bannersLocal");
}
/** @override */
_onChangeTab(event, tabs, active) {
super._onChangeTab(event, tabs, active);