dekuNukem / duckyPad-profile-autoswitcher

MIT License
49 stars 12 forks source link

Added a config save when reordering the rules #4

Closed vaz-ar closed 3 years ago

vaz-ar commented 3 years ago

Added a call to save_config() at the end of both rule_shift_up()and rule_shift_down() to ensure that the config is saved when the rules are reordered, even if the rules themselves do not change.

This should fix #2