mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 20:31:57 +00:00
hmm (#367)
This commit is contained in:
parent
46ab3682e3
commit
02a54e7bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ export const MicMuteIndicator = () => Widget.Revealer({
|
|||
transitionDuration: userOptions.animations.durationSmall,
|
||||
revealChild: false,
|
||||
setup: (self) => self.hook(Audio, (self) => {
|
||||
self.revealChild = Audio.microphone.isMuted;
|
||||
self.revealChild = Audio.microphone?.stream?.isMuted;
|
||||
}),
|
||||
child: MaterialIcon('mic_off', 'norm'),
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue