Skip to content

Commit

Permalink
fix: make clipboard error more general
Browse files Browse the repository at this point in the history
  • Loading branch information
Beastwick18 committed Aug 14, 2024
1 parent be0006b commit a5eecbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ impl ClipboardManager {
}
#[cfg(not(any(target_os = "linux", target_os = "windows", target_os = "macos")))]
Err(
"There is no native clipboard support on android\nEnable osc52 for clipboard support"
"There is no native clipboard support\nTry enabling osc52 for clipboard support"
.to_owned(),
)
}
Expand Down

0 comments on commit a5eecbb

Please sign in to comment.