From 5dfce21af6e49919325694ee1c6b489810139a73 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Thu, 23 Oct 2025 11:18:37 -0400 Subject: [PATCH] Add ?tkr=1 --- scripts/tkremind.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tkremind.in b/scripts/tkremind.in index c6f840d6..14c0fb13 100644 --- a/scripts/tkremind.in +++ b/scripts/tkremind.in @@ -5048,7 +5048,7 @@ proc ManURL { t } { catch { set r [$t tag prevrange url current] set url [$t get [lindex $r 0] [lindex $r 1]] - exec xdg-open "$url" + exec xdg-open "$url?tkr=1" } }