mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +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
|
|
@ -30,6 +30,7 @@ public sealed class ImportPopup : Window
|
||||||
| ImGuiWindowFlags.NoTitleBar, true)
|
| ImGuiWindowFlags.NoTitleBar, true)
|
||||||
{
|
{
|
||||||
_modImportManager = modImportManager;
|
_modImportManager = modImportManager;
|
||||||
|
DisableWindowSounds = true;
|
||||||
IsOpen = true;
|
IsOpen = true;
|
||||||
RespectCloseHotkey = false;
|
RespectCloseHotkey = false;
|
||||||
Collapsed = false;
|
Collapsed = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue