From 4bbca4e7861968e9cbedebe19afd58f11c5c2369 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 12 Apr 2026 22:41:42 -0600 Subject: [PATCH] Remove the tabs partial from the removedParts set --- module/apps/AttributeOnlyPlayerSheet.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/apps/AttributeOnlyPlayerSheet.mjs b/module/apps/AttributeOnlyPlayerSheet.mjs index c6c5ed9..48eb784 100644 --- a/module/apps/AttributeOnlyPlayerSheet.mjs +++ b/module/apps/AttributeOnlyPlayerSheet.mjs @@ -2,7 +2,7 @@ import { PlayerSheet } from "./PlayerSheet.mjs"; const { deepClone } = foundry.utils; -const removedParts = new Set([`content`, `tabs`]); +const removedParts = new Set([`content`]); export class AttributeOnlyPlayerSheet extends PlayerSheet { // #region Options