Added token category option

This commit is contained in:
Mitchell McCaffrey
2020-08-27 19:09:16 +10:00
parent a912163079
commit 3c27f65d0f
7 changed files with 70 additions and 25 deletions

View File

@@ -77,7 +77,7 @@ function SelectTokensModal({ isOpen, onRequestClose }) {
lastModified: Date.now(),
owner: userId,
defaultSize: 1,
isVehicle: false,
category: "character",
hideInSidebar: false,
});
setImageLoading(false);