mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 08:03:43 +00:00
rename deps
This commit is contained in:
parent
62a1aab859
commit
46dd2f9c53
7 changed files with 20 additions and 20 deletions
|
|
@ -411,7 +411,7 @@ async fn handle_screenshot(
|
|||
.duration_since(std::time::UNIX_EPOCH)
|
||||
.unwrap_or_default()
|
||||
.as_millis();
|
||||
format!("/tmp/desktop-ctl-{ts}.png")
|
||||
format!("/tmp/deskctl-{ts}.png")
|
||||
});
|
||||
let mut state = state.lock().await;
|
||||
match state.backend.screenshot(&path, annotate) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue