retrohub-org / retrohub

Retrogaming library frontend, built to be a highly customizable platform.
https://retrohub-org.github.io/
MIT License
110 stars 6 forks source link

Settings are being saved despite no changes #208

Closed rsubtil closed 1 year ago

rsubtil commented 1 year ago

Some nodes are calling signals when manually edited, which in turn "edit" the config file. Buttons have the set_pressed_no_signal property which should be enforced everywhere, and Ranges will have set_value_no_signal once https://github.com/godotengine/godot/pull/74870 is merged/ported.