From a48dd323bc002b26edde751c47734ee73eeba30b Mon Sep 17 00:00:00 2001 From: blindfs Date: Thu, 23 Jul 2026 07:54:32 +0800 Subject: [PATCH] fix(config): default image workflows adapt to the regex change --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 5d8f542..9047c4b 100644 --- a/src/config.rs +++ b/src/config.rs @@ -520,7 +520,7 @@ fn default_workflows() -> Vec { WorkFlowAction::Sleep(150), WorkFlowAction::SearchFor(CustomTarget { role: "MenuItem".into(), - title: Some("Copy Image".into()), + title: Some("Copy Image$".into()), ..Default::default() }), WorkFlowAction::Press,