Mute/deafen #88
No reviewers
Labels
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
puregarlic/microclimate!88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue/8-mute-deafen"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #8. Relies on #84 getting merged to main.
there should be an indicator on the sidebar and on the tile as to the muted/deafened state
6e96ba2a1dtob5d06fb9a3b5d06fb9a3to8e56f803ffWIP: Mute/deafento Mute/deafen@ -93,0 +99,4 @@/// Discord behaviour where unmuting implies you want to hear audio too).#[tauri::command]#[instrument(name = "cmd_toggle_mute", skip(state))]pub async fn toggle_mute(state: State<'_, AudioManager>) -> Result<(bool, bool), String> {Replace this tuple with a struct so it has more semantic meaning
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.