Skip to content

Commit ed3db61

Browse files
authored
fix(config): default image workflows adapt to the regex change (#74)
1 parent ee07e1c commit ed3db61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ fn default_workflows() -> Vec<WorkFlow> {
520520
WorkFlowAction::Sleep(150),
521521
WorkFlowAction::SearchFor(CustomTarget {
522522
role: "MenuItem".into(),
523-
title: Some("Copy Image".into()),
523+
title: Some("Copy Image$".into()),
524524
..Default::default()
525525
}),
526526
WorkFlowAction::Press,

0 commit comments

Comments
 (0)