>>52730090I've been busy today so haven't had much time and will probably head to sleep now but now I'm having trouble making the setting work. I renamed the setting from berryUnits to sizeUnits and made it so that the value should change in berry.ts but I can't get the setting connected to it. I made an enum for unit sizes (SizeUnits) that the setting changes instead and am trying to figure out how to get a number out of that enum to call the right element in the size array. It works fine if there's a number instead of that highlighted part, I just need to get it from somewhere and don't know the right syntax for getting a number value from an enum