feat: make titlebar visible property actually useful.
This commit is contained in:
@@ -47,7 +47,7 @@ public class UrsaWindow: Window
|
||||
}
|
||||
|
||||
public static readonly StyledProperty<bool> IsTitleBarVisibleProperty = AvaloniaProperty.Register<UrsaWindow, bool>(
|
||||
nameof(IsTitleBarVisible));
|
||||
nameof(IsTitleBarVisible), true);
|
||||
|
||||
public bool IsTitleBarVisible
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user