diff --git a/Asset/js/click-guard.js b/Asset/js/click-guard.js
index 62ab71f..43ff1e9 100644
--- a/Asset/js/click-guard.js
+++ b/Asset/js/click-guard.js
@@ -13,7 +13,7 @@
(function () {
"use strict";
- var THRESHOLD = 110; // ms; a press on a card held longer than this is a drag, not a click
+ var THRESHOLD = 120; // ms; a press on a card held longer than this is a drag, not a click
var pressStart = 0;
function onDown(e) {
diff --git a/Template/config/show.php b/Template/config/show.php
index 6ab8608..416412a 100644
--- a/Template/config/show.php
+++ b/Template/config/show.php
@@ -22,14 +22,14 @@
@@ -41,17 +41,16 @@
+
+
+ = $this->form->checkbox('organon_tweaks_show_all_filter', t('Add a "Show all tasks" filter to every board'), 1, isset($values['organon_tweaks_show_all_filter']) && $values['organon_tweaks_show_all_filter'] == 1) ?>
+
= t('One-click clear that shows open and closed tasks.') ?>