mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-20 04:05:46 +00:00
UI: Fix diaglog popups doubling the window controls and laying text over the menu bar.
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Ryujinx.Ava.UI.Windows
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
TransparencyLevelHint = new[] { WindowTransparencyLevel.Transparent };
|
||||
TransparencyLevelHint = [WindowTransparencyLevel.Transparent];
|
||||
WindowStartupLocation = WindowStartupLocation.Manual;
|
||||
SystemDecorations = SystemDecorations.None;
|
||||
ExtendClientAreaTitleBarHeightHint = 0;
|
||||
|
||||
Reference in New Issue
Block a user