Skip to content

Commit

Permalink
PF2e: hide settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Jan 16, 2024
1 parent 18045bb commit 94af7f3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/module/providers/pf2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,18 @@ export default class pf2eLanguageProvider extends LanguageProvider {

get settings() {
return {
replaceLanguages: {
polyglotHide: true,
...game.settings.settings.get("polyglot.replaceLanguages"),
},
customLanguages: {
polyglotHide: true,
...game.settings.settings.get("polyglot.customLanguages"),
},
defaultLanguage: {
polyglotHide: true,
...game.settings.settings.get("polyglot.defaultLanguage"),
},
};
}

Expand Down

0 comments on commit 94af7f3

Please sign in to comment.