Skip to content

Commit

Permalink
ApplySampleChange doesn't have variables
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyCoolSlug committed Nov 30, 2023
1 parent 32282ea commit 6f08ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub enum DaemonCommand {
value for the Sample in the DaemonStatus object.
*/
SetSampleGainPct(String, u8),
ApplySampleChange(),
ApplySampleChange,
}

#[derive(Debug, Clone, Serialize, Deserialize)]
Expand Down

0 comments on commit 6f08ba9

Please sign in to comment.