Skip to content

Commit 2fc1787

Browse files
committed
Disable ems init order-dialog notifications by default
1 parent 9704730 commit 2fc1787

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

piker/clearing/_ems.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,9 @@ class Router(Struct):
330330
# broker to book map
331331
books: dict[str, DarkBook] = {}
332332

333+
# NOTE: disable for since stupid "dunst"
334+
notify_on_order_loads: bool = False
335+
333336
# sets of clients mapped from subscription keys
334337
subscribers: defaultdict[
335338
str, # sub key, default fqme
@@ -617,6 +620,7 @@ async def client_broadcast(
617620

618621
if (
619622
not sent_some
623+
and self.notify_on_order_loads
620624
and notify_on_headless
621625
):
622626
log.info(

0 commit comments

Comments
 (0)