Tricky-copy in case copy is not supported

This commit is contained in:
veeso
2021-05-15 22:07:20 +02:00
parent 37ce54051e
commit 8c9c331d7e
5 changed files with 143 additions and 17 deletions

View File

@@ -456,7 +456,7 @@ impl FileTransferActivity {
Box::new(Input::new(
InputPropsBuilder::default()
.with_borders(Borders::ALL, BorderType::Rounded, Color::White)
.with_label(String::from("Insert destination name"))
.with_label(String::from("Copy file(s) to..."))
.build(),
)),
);
@@ -586,7 +586,7 @@ impl FileTransferActivity {
Box::new(Input::new(
InputPropsBuilder::default()
.with_borders(Borders::ALL, BorderType::Rounded, Color::White)
.with_label(String::from("Insert new name"))
.with_label(String::from("Move file(s) to..."))
.build(),
)),
);