mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
feat: remove unused clipboard content update emission in setup function
This commit is contained in:
parent
554943d349
commit
b8238d01ca
2 changed files with 3 additions and 2 deletions
|
@ -230,7 +230,6 @@ pub fn setup(app: &AppHandle) {
|
|||
}
|
||||
}
|
||||
|
||||
let _ = app_handle.emit("clipboard-content-updated", ());
|
||||
let _ = app_handle.track_event(
|
||||
"clipboard_copied",
|
||||
Some(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue