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,