|
|
@@ -123,7 +123,7 @@ internal partial class MainWindow : Window
|
|
|
|
|
|
if (!systemDecorations)
|
|
|
{
|
|
|
- this.ExtendClientAreaChromeHints = ExtendClientAreaChromeHints.NoChrome;
|
|
|
+ this.ExtendClientAreaChromeHints = ExtendClientAreaChromeHints.Default;
|
|
|
this.ExtendClientAreaToDecorationsHint = true;
|
|
|
if (System.OperatingSystem.IsLinux())
|
|
|
{
|
|
|
@@ -189,7 +189,6 @@ internal partial class MainWindow : Window
|
|
|
AddHandler(PointerPressedEvent, Pressed, RoutingStrategies.Tunnel | RoutingStrategies.Bubble);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
LoadingWindow.Instance?.SafeClose();
|
|
|
Activate();
|
|
|
StartupPerformance.ReportToInteractivity();
|