mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-21 23:17: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)
|
| ImGuiWindowFlags.NoTitleBar, true)
|
||||||
{
|
{
|
||||||
_config = config;
|
_config = config;
|
||||||
|
DisableWindowSounds = true;
|
||||||
IsOpen = true;
|
IsOpen = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue