mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
disable window sounds on popup handler
This commit is contained in:
parent
d94cb6f2f4
commit
a2da833401
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ public class PopupHandler : WindowMediatorSubscriberBase
|
||||||
IsOpen = true;
|
IsOpen = true;
|
||||||
});
|
});
|
||||||
_uiSharedService = uiSharedService;
|
_uiSharedService = uiSharedService;
|
||||||
|
DisableWindowSounds = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void DrawInternal()
|
protected override void DrawInternal()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue