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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; } |
|
|
|
} |
|
|
|
|