mortenn / BrowserPicker

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

[Bug] Numeric hotkey opens hidden browser #86

Closed Klaster1 closed 1 year ago

Klaster1 commented 1 year ago

How to reproduce:

  1. Have several browsers in the system.
  2. Hide the first browser in the list.
  3. Open an URL, press the "1" keyboard key.

What happens: A hidden browser opens instead of the first visible browser in the choice list.

Expected behavior: The first browser in the choice list opens.

Analysis: The ViewModel property Choices is filtered for display purposes, but used as is in the key press handle.

mortenn commented 1 year ago

good catch

mortenn commented 1 year ago

This bug is patched in the just released 2.0-beta3, please give it a whirl and let me know if it works ok :)