mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
e45f523002
commit
778758f616
1 changed files with 3 additions and 3 deletions
|
|
@ -61,9 +61,9 @@ impl From<FileOpPaste> for FileOpLink {
|
|||
fn from(value: FileOpPaste) -> Self {
|
||||
Self {
|
||||
id: value.id,
|
||||
from: value.from.clone(),
|
||||
to: value.to.clone(),
|
||||
meta: value.meta.clone(),
|
||||
from: value.from,
|
||||
to: value.to,
|
||||
meta: value.meta,
|
||||
resolve: true,
|
||||
relative: false,
|
||||
delete: value.cut,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue