Skip to content

Commit

Permalink
Fix inverted icons for source muting
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTocs committed Jun 20, 2022
1 parent c8b32c0 commit 543fc4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/plugins/obs.js
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,8 @@ module.exports = {
name: "Muted",
default: true,
leftLabel: "Un-Muted",
trueIcon: "mdi-volume-high",
falseIcon: "mdi-volume-off",
trueIcon: "mdi-volume-off",
falseIcon: "mdi-volume-high",
}
}
},
Expand Down

0 comments on commit 543fc4f

Please sign in to comment.