ResoniteModdingGroup / MonkeyLoader.GamePacks.Resonite

MonkeyLoader Game Pack which provides hooks for Resonite mods.
https://resonitemoddinggroup.github.io/MonkeyLoader.GamePacks.Resonite/
GNU Lesser General Public License v3.0
14 stars 2 forks source link

Add reset config to default button #16

Closed Nytra closed 4 months ago

Nytra commented 4 months ago

Useful button

Nytra commented 4 months ago

I thought about making a button to load the last saved config from disk, but I don't think that is possible atm

Nytra commented 4 months ago

Not sure if I should check if the key is internal access only before resetting it

Banane9 commented 4 months ago

Not sure if I should check if the key is internal access only before resetting it

Could see arguments for both options - Id probably default to clearing everything. Otherwise we could see about adding an event for it, or a blocker with the new component system for config keys.