mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 06:21:23 +00:00
fix: highly improved GUI performance
This commit is contained in:
+3
-1
@@ -115,7 +115,9 @@ async fn main() -> Result<(), Box<dyn Error>> {
|
||||
},
|
||||
};
|
||||
|
||||
let response = make_request(request).await?;
|
||||
let response = make_request(request)
|
||||
.await
|
||||
.map_err(|e| e as Box<dyn Error>)?;
|
||||
println!("{} : {}", response.status, response.message);
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user