Skip to content

Commit

Permalink
Tab settings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Jan 6, 2022
1 parent e570516 commit b86b260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class SystemProviderSettings extends FormApplication {
name: game.i18n.localize(tabs[tab].localization),
hint: "",
type: Boolean,
value: tabs[tab],
value: tabs[tab].visible,
isCheckbox: true,
isSelect: false,
isRange: false,
Expand Down

0 comments on commit b86b260

Please sign in to comment.