Skip to content

Commit 5cadfeb

Browse files
fix(tui): restore linux image paste path import
Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
1 parent ba1cbc3 commit 5cadfeb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src-rust/crates/tui/src/image_paste.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// Linux : xclip / wl-paste
1111
// Windows: PowerShell Get-Clipboard
1212

13+
#[cfg(not(target_os = "windows"))]
14+
use std::path::Path;
1315
use std::path::PathBuf;
1416
use std::process::Command;
1517

0 commit comments

Comments
 (0)