The way the dropdown setting is saved in localStorage uses the entry index, meaning if the entries change the item will be different. The localStorage should be changed to use a string instead, so that it will stay on the same entry. even if the entries change.
Should also handle deleted/nonexistent entries