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 a7cbda9 commit e61bcf5Copy full SHA for e61bcf5
client/src/runner.rs
@@ -480,7 +480,7 @@ pub async fn run_cli() -> Result<()> {
480
.await
481
.context("Unable to load Profile Colours")?;
482
}
483
- ProfileAction::Save {} => {
+ ProfileAction::Save => {
484
client
485
.command(&serial, GoXLRCommand::SaveProfile())
486
@@ -524,7 +524,7 @@ pub async fn run_cli() -> Result<()> {
524
ProfileAction::LoadColours { .. } => {
525
return Err(anyhow!("Not supported for Microphone"));
526
527
528
529
.command(&serial, GoXLRCommand::SaveMicProfile())
530
0 commit comments