Skip to content

Add 'double-click-follow' option

Not Genius requested to merge Iamnotagenius/zathura:develop into develop

Addresses #168. Introduces new boolean option with name 'double-click-follow' (default: true).

  • When true, behavior is the same as before: follow only on double click.
  • When false, follow is triggered when user has not selected any text and single click on a link is performed.

Merge request reports