From dfa1f4a729060059ba8c70c6748a14a40351ca05 Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Sun, 25 Aug 2024 22:10:41 +1000 Subject: [PATCH] fixed paste now also supports files and images --- app.vue | 146 +++++++++++++++++++-------------- package.json | 1 + public/Logo.svg | 61 ++++++++++++-- public/logo.png | Bin 48560 -> 243562 bytes src-tauri/Cargo.lock | 1 + src-tauri/Cargo.toml | 9 +- src-tauri/src/api/clipboard.rs | 41 +++++++-- src-tauri/src/main.rs | 5 +- 8 files changed, 182 insertions(+), 82 deletions(-) diff --git a/app.vue b/app.vue index f6eb7e2..4119a0d 100644 --- a/app.vue +++ b/app.vue @@ -17,8 +17,8 @@
Actions