remove annoying osd popup when Audio changes

This commit is contained in:
end-4
2024-05-06 23:06:26 +07:00
parent d4ac618fb3
commit 51f37f696f
@@ -75,7 +75,7 @@ export default (monitor = 0) => {
volumeIndicator.attribute.headphones !== usingHeadphones) { volumeIndicator.attribute.headphones !== usingHeadphones) {
volumeIndicator.attribute.headphones = usingHeadphones; volumeIndicator.attribute.headphones = usingHeadphones;
self.label = usingHeadphones ? 'Headphones' : 'Speakers'; self.label = usingHeadphones ? 'Headphones' : 'Speakers';
Indicator.popup(1); // Indicator.popup(1);
} }
} }
self.hook(Audio, updateAudioDevice); self.hook(Audio, updateAudioDevice);