younesaassila / ttv-lol-pro

TTV LOL PRO removes most livestream ads from Twitch. This is free, don't expect it to be perfect.
GNU General Public License v3.0
1.43k stars 29 forks source link

"Restore options to defaults" should clear state #77

Closed younesaassila closed 1 year ago

younesaassila commented 1 year ago

Currently setting each option one by one to their default value. The problem is if one of the default value changes this won't update it.

Should instead clear store.state and let it be initialized to the default values.

younesaassila commented 1 year ago

Since #55 will require a full refactor of the store (again...) this feature should be taken into account at the same time.