Skip to content

Commit 3b11859

Browse files
committed
Hand slipped
1 parent e6eb471 commit 3b11859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micSwitch/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
6666

6767
private func updateMicStatus() {
6868
guard let button = statusItem.button else { return }
69-
switch Audio.shared.micMuted, Audio.shared.isRunning) {
69+
switch (Audio.shared.micMuted, Audio.shared.isRunning) {
7070
case (true, false): button.image = micOff
7171
case (true, true): button.image = micOffActive
7272
case (false, false): button.image = micOn

0 commit comments

Comments
 (0)