Add the layout for the details tab (closes #143)
This commit is contained in:
parent
194eba779d
commit
23fc2cb474
4 changed files with 34 additions and 6 deletions
|
|
@ -27,6 +27,7 @@ export class UntypedItemSheet extends GenericItemSheet {
|
|||
|
||||
ctx.computed = {
|
||||
showSettingsTab: ctx.isGM || this.item.isOwned,
|
||||
isEmbedded: this.item.isOwned,
|
||||
};
|
||||
|
||||
return ctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue