Disable window sounds and remove goto

This commit is contained in:
Infi
2024-04-16 16:31:24 +02:00
parent 30ccf8e416
commit 51658c178c
6 changed files with 36 additions and 41 deletions
+1
View File
@@ -21,6 +21,7 @@ internal class Popout : Window
SizeCondition = ImGuiCond.FirstUseEver;
RespectCloseHotkey = false;
DisableWindowSounds = true;
}
public override void PreDraw()