You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// On Linux systems, Avalonia has trouble allowing windows to resize without "decorations". So we enable it in full, but hide the custom titlebar as it'll look bad.
@@ -9,14 +7,6 @@ internal abstract class WindowEx<T> : Window where T : ViewModelBase
9
7
{
10
8
protectedoverridevoidOnInitialized()
11
9
{
12
-
this.ApplyOsWindowStyling();
13
-
14
-
// On Linux systems, Avalonia has trouble allowing windows to resize without "decorations". So we enable it in full, but hide the custom titlebar as it'll look bad.
15
-
// On macOS, we need the native toolbar as every app is using it
0 commit comments