Skip to content

Commit

Permalink
fixes issue with missing icon when microphone is muted
Browse files Browse the repository at this point in the history
  • Loading branch information
kondinskis committed Nov 13, 2021
1 parent 26f2dc3 commit fac59f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tray.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::vec::Vec;

use crate::cloud_flight;

const HEADPHONES_MUTED: &str = "audio-input-microphone-muted";
const HEADPHONES_MUTED: &str = "microphone-sensitivity-muted";
const HEADPHONES_BATTERY_CHARGING: &str = "battery-060-charging";
const HEADPHONES_BATTERY_FULL: &str = "audio-headphones";
const HEADPHONES_BATTERY_GOOD: &str = "audio-headphones";
Expand Down

0 comments on commit fac59f3

Please sign in to comment.