We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc62510 commit a430d4bCopy full SHA for a430d4b
src/handler.rs
@@ -8,7 +8,10 @@ use obws::requests::scene_items::SetEnabled as SetEnabledItem;
8
use obws::requests::sources::SaveScreenshot;
9
use obws::Client;
10
11
-pub async fn handle_commands(client: &Client, commands: &Commands) -> Result<(), Box<dyn std::error::Error>> {
+pub async fn handle_commands(
12
+ client: &Client,
13
+ commands: &Commands,
14
+) -> Result<(), Box<dyn std::error::Error>> {
15
match commands {
16
Commands::MediaInput(media_input) => match media_input {
17
MediaInput::SetCursor { name, cursor } => {
0 commit comments