mortenn / BrowserPicker

Smart browser selector for Windows
MIT License
244 stars 17 forks source link

Removed browsers appear after a while #85

Closed Klaster1 closed 1 year ago

Klaster1 commented 1 year ago

How to reproduce: 1, Have more than two browsers installed

  1. In the browser picker, remove several browsers so only two remain.
  2. Wait for several days or weeks.

What happens: Removed browsers appear again.

Expected: Removed browsers stay removed forever.

OS: Window 10 19044.2130, latest Browser Picker.

mortenn commented 1 year ago

Removing a browser deletes it from the settings, it does not hide it. Removal is meant for cases where the browser has been removed, or some custom browser is no longer wanted. Browser Picker will periodically scan for new browsers, in case the user has installed some new browser. To achieve what you want, you should click "Enabled" to disable the browser and hide it from the picker window.

Hope that helps!