VTTAssets / vtta-tokenizer

Tiny yet capable in-game token editor, requires trusted user level for uploads
MIT License
7 stars 8 forks source link

Fix for settings not saving issues since 0.7.3 #26

Open ceraetes opened 4 years ago

ceraetes commented 4 years ago

Since Foundry 0.7.3 the tokenizer has been causing an error in the Settings screen that would prevent any saves from happening. See https://github.com/VTTAssets/vtta-tokenizer/issues/22

As @BradKriss suggested in the issue, Image doesn't seem to be supported by the Settings anymore, but Img is supported. So I tried switching the ImagePicker to define Img instead of Image and it fixed the issue.