From 39818f848e4bbcd708461a0a4402c5203579ea02 Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Wed, 26 Feb 2025 19:49:42 +0300 Subject: [PATCH] more detailed description of the xclip missing error Signed-off-by: Uncle Stretch --- src/components/wallet/accounts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/wallet/accounts.rs b/src/components/wallet/accounts.rs index 8ec303c..4dddc54 100644 --- a/src/components/wallet/accounts.rs +++ b/src/components/wallet/accounts.rs @@ -145,7 +145,7 @@ impl Accounts { format!("address {} copied to clipboard", &address), ActionLevel::Warn), _ => self.log_event( - "could not use `xclip` to copy".to_string(), + "command `xclip` not found, consider installing `xclip` on your machine".to_string(), ActionLevel::Error), } }