Remove context menu action that is deprecated
This commit is contained in:
parent
72ebc0354d
commit
696f9e8261
1 changed files with 0 additions and 9 deletions
|
|
@ -78,15 +78,6 @@ export class PlayerSheet extends HandlebarsApplicationMixin(ActorSheetV2) {
|
||||||
return isGM || (allowPlayerEdits && editable);
|
return isGM || (allowPlayerEdits && editable);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
controls.push({
|
|
||||||
icon: `fa-solid fa-crop-simple`,
|
|
||||||
label: `Configure Size`,
|
|
||||||
action: `sizeSettings`,
|
|
||||||
visible: () => {
|
|
||||||
const isGM = game.user.isGM;
|
|
||||||
return isGM;
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
return controls;
|
return controls;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue