mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Disable window sounds in ImportPopup
This commit is contained in:
parent
c24a40fd9f
commit
3c59a57ab0
1 changed files with 5 additions and 4 deletions
|
|
@ -29,10 +29,11 @@ public sealed class ImportPopup : Window
|
|||
| ImGuiWindowFlags.NoDocking
|
||||
| ImGuiWindowFlags.NoTitleBar, true)
|
||||
{
|
||||
_modImportManager = modImportManager;
|
||||
IsOpen = true;
|
||||
RespectCloseHotkey = false;
|
||||
Collapsed = false;
|
||||
_modImportManager = modImportManager;
|
||||
DisableWindowSounds = true;
|
||||
IsOpen = true;
|
||||
RespectCloseHotkey = false;
|
||||
Collapsed = false;
|
||||
SizeConstraints = new WindowSizeConstraints
|
||||
{
|
||||
MinimumSize = Vector2.Zero,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue