karlicoss / promnesia

Another piece of your extended mind
https://beepb00p.xyz/promnesia.html
MIT License
1.74k stars 74 forks source link

extension: context menu toggles aren't updating state on clicking them #364

Open karlicoss opened 1 year ago

karlicoss commented 1 year ago

The reason is that they are initialized here and then never updated until you refresh the page. Perhaps need to broadcast some sort of OptionsUpdated event and listen in background page?