Material List form with missing items from inventory

This commit is contained in:
ForestOfLight
2025-06-05 14:49:31 -07:00
Unverified
parent 7b0afc529d
commit f857926b7c
7 changed files with 99 additions and 28 deletions
@@ -10,5 +10,6 @@ export const InstanceButtons = Object.freeze({
PreviousLayer: 'Decrease Layer',
Move: 'Move Here',
Statistics: 'Statistics',
Settings: 'Settings'
Settings: 'Settings',
Materials: 'Material List'
});