yang991178 / fluent-reader

Modern desktop RSS reader built with Electron, React, and Fluent UI
https://hyliu.me/fluent-reader/
BSD 3-Clause "New" or "Revised" License
7.79k stars 425 forks source link

Add Feature: Enable Double-Click to Open Links in Built-in Browser #619

Open AoEiuV020 opened 1 year ago

AoEiuV020 commented 1 year ago

This pull request adds a new feature to enable double-clicking on cards to open links directly in the built-in browser.

Added a new configuration option: enableDoubleClick. When enableDoubleClick is enabled, double-clicking on a card will open the link in the built-in browser. Added a hint about potential 200ms delay for single clicks when the feature is enabled.