mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +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)
|
||||
{
|
||||
_config = config;
|
||||
DisableWindowSounds = true;
|
||||
IsOpen = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue