feat: paste images, videos, and text from clipboard
This commit is contained in:
parent
7de4ceac77
commit
08d442aee2
4 changed files with 256 additions and 4 deletions
|
|
@ -221,7 +221,7 @@ pub async fn sync_to_disk(
|
|||
.await;
|
||||
}
|
||||
|
||||
fn copy_unique_path(from: &Path, to: &Path) -> PathBuf {
|
||||
pub fn copy_unique_path(from: &Path, to: &Path) -> PathBuf {
|
||||
// List of compound extensions to check
|
||||
const COMPOUND_EXTENSIONS: &[&str] = &[
|
||||
".tar.gz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue