-
Notifications
You must be signed in to change notification settings - Fork 132
Description
(using firefox 73.0.1 with latest twitch-now @b4571669de136b869ad00406219ce21495889157)
If I select language filters in the settings (the first 20 or so checkboxes) the settings are not saved. Thus when opening the Top Streams-tab it's always empty.
I tried debugging the extension but unfortunately I don't have any experience working with backbone and handlebars, so I couldn't easily find the pieces of code where the settings are loaded and saved.
It seems that they are simply missing tho. As far as I can see there is no function to iterate through the values of the 'c1'-element thats saved by backbone, which should probably contain the values of each checked language filter in some form.
If you can point me to the code where the values are read from the settings-savefile, I could try to work out a solution for this.
I thought this feature was working a while ago 🤔