💥 fix(osd): do not trigger if control-center is open
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ App.start({
|
|||||||
|
|
||||||
connections.set(Wireplumber.getDefault(), [
|
connections.set(Wireplumber.getDefault(), [
|
||||||
Wireplumber.getDefault().getDefaultSink().connect("notify::volume", () =>
|
Wireplumber.getDefault().getDefaultSink().connect("notify::volume", () =>
|
||||||
triggerOSD(OSDModes.SINK))
|
!Windows.isVisible("control-center") && triggerOSD(OSDModes.SINK))
|
||||||
]);
|
]);
|
||||||
|
|
||||||
connections.set(Notifications.getDefault(), [
|
connections.set(Notifications.getDefault(), [
|
||||||
|
|||||||
Reference in New Issue
Block a user