Separate option for donation button in video settings
Madis0 opened this issue ยท 2 comments
Request Description
As of Sodium 0.5.6/0.5.7, there is no way for modpacks to disable the popup permanently, without disabling the button alongside it. Consider adding a separate option for the latter, or unbundling it from https://github.com/CaffeineMC/sodium-fabric/blob/ac8137f52acff64d8897c23a1420cb4245bd9031/src/main/java/me/jellysquid/mods/sodium/client/gui/SodiumOptionsGUI.java#L167
Why is it necessary to disable the popup? It is actually less invasive than the button, as it only appears once and then never again regardless of what action the user takes.