mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-03 14:23:43 +01:00
Merge pull request #89 from Haselnussbomber/disablewindowsounds
Disable window sounds in GenericPopupWindow
This commit is contained in:
commit
56303be6ae
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