Skip to content

Uncheck "on click" checkbox if "on click" capture mode is disabled

Vlad Zahorodnii requested to merge work/uncheck-on-click into master

Prior to 4a3cb514, if the on click capture mode is disabled, the corresponding checkbox will be unchecked.

It's very important to uncheck the on click checkbox because otherwise spectacle will use incorrect delay value.

This fixes a bug where spectacle is visible while taking a screenshot of a rectangular area.

Merge request reports