Add the layout for the details tab (closes #143)

This commit is contained in:
Oliver-Akins 2024-03-30 22:25:13 -06:00
parent 194eba779d
commit 23fc2cb474
4 changed files with 34 additions and 6 deletions

View file

@ -27,6 +27,7 @@ export class UntypedItemSheet extends GenericItemSheet {
ctx.computed = {
showSettingsTab: ctx.isGM || this.item.isOwned,
isEmbedded: this.item.isOwned,
};
return ctx;