emilyploszaj / emi

A featureful and accessible item and recipe viewer
MIT License
250 stars 50 forks source link

[API Request] Allow Recipe to Add Custom Side Buttons #353

Open Phoupraw opened 11 months ago

Phoupraw commented 11 months ago

image At present, side buttons are controlled by private enum (dev.emi.emi.screen.RecipeDisplay.ButtonType). It's very difficult to add custom buttons by mixin without tons of invasive mixins. I hope EMI official could provide a public API for recipe to add custom side buttons.