The plugin currently stores the user's settings in a cookie, essentially tying down the setting to the browser instance.
It would be better if this instead stored the value in the native Wordpress wp_usermeta table. Then the setting would not be browser-specific while still specific to the particular user.