cleaning help text in global OrganonTweaks settings page

This commit is contained in:
2026-07-09 07:03:34 -03:00
parent 4d7f88aa94
commit 4ce18d9e5f
2 changed files with 11 additions and 12 deletions

View File

@@ -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) {