Browse Source

Update src/Avalonia.Native/AvaloniaNativePlatformExtensions.cs

Co-authored-by: Max Katz <maxkatz6@outlook.com>
pull/7148/head
Jumar Macato 4 years ago
committed by GitHub
parent
commit
18115363f8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Native/AvaloniaNativePlatformExtensions.cs

2
src/Avalonia.Native/AvaloniaNativePlatformExtensions.cs

@ -75,7 +75,7 @@ namespace Avalonia
public bool DisableDefaultApplicationMenuItems { get; set; }
/// <summary>
///
/// Gets or sets a value indicating whether the native macOS menu bar will be enabled for the application.
/// </summary>
public bool DisableNativeMenus { get; set; }
}

Loading…
Cancel
Save