mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-22 00:19:20 +01:00
Disable window sounds in GenericPopupWindow
This commit is contained in:
parent
4ad2c84fce
commit
09493984c0
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ public class GenericPopupWindow : Window
|
||||||
| ImGuiWindowFlags.NoTitleBar, true)
|
| ImGuiWindowFlags.NoTitleBar, true)
|
||||||
{
|
{
|
||||||
_config = config;
|
_config = config;
|
||||||
|
DisableWindowSounds = true;
|
||||||
IsOpen = true;
|
IsOpen = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue