arnemart / SafariKeywordSearch

A keyword search extension for Safari
Mozilla Public License 2.0
119 stars 6 forks source link

Deleted items reappear #8

Closed amja closed 2 years ago

amja commented 3 years ago

Deleting an item and then reopening the extension causes that item to reappear. Unless I am missing something, it looks like KeywordSearchData.deleteSearch() is missing a call to save the change in user defaults. The same is true of adding a new search without modifying but this could be expected behaviour.

Thanks :)

arnemart commented 3 years ago

Oh yeah, looks like you're right! I'll fix it in the next version

arnemart commented 2 years ago

Sorry for the wait, this is fixed i version 2 which will be out extremely shortly.