forked from Shinonome/dots-hyprland
hmm (#367)
This commit is contained in:
@@ -30,7 +30,7 @@ export const MicMuteIndicator = () => Widget.Revealer({
|
|||||||
transitionDuration: userOptions.animations.durationSmall,
|
transitionDuration: userOptions.animations.durationSmall,
|
||||||
revealChild: false,
|
revealChild: false,
|
||||||
setup: (self) => self.hook(Audio, (self) => {
|
setup: (self) => self.hook(Audio, (self) => {
|
||||||
self.revealChild = Audio.microphone.isMuted;
|
self.revealChild = Audio.microphone?.stream?.isMuted;
|
||||||
}),
|
}),
|
||||||
child: MaterialIcon('mic_off', 'norm'),
|
child: MaterialIcon('mic_off', 'norm'),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user