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 {
|
fn from(value: FileOpPaste) -> Self {
|
||||||
Self {
|
Self {
|
||||||
id: value.id,
|
id: value.id,
|
||||||
from: value.from.clone(),
|
from: value.from,
|
||||||
to: value.to.clone(),
|
to: value.to,
|
||||||
meta: value.meta.clone(),
|
meta: value.meta,
|
||||||
resolve: true,
|
resolve: true,
|
||||||
relative: false,
|
relative: false,
|
||||||
delete: value.cut,
|
delete: value.cut,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue