Skip to content

Commit f6d1446

Browse files
authored
[AppKit] NSApplication.ApplicationShouldSuppressHighDynamicRangeContent is readonly. (#23415)
1 parent fba7521 commit f6d1446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appkit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ interface NSApplication : NSAccessibilityElementProtocol, NSUserInterfaceValidat
10511051

10521052
[Mac (26, 0)]
10531053
[Export ("applicationShouldSuppressHighDynamicRangeContent")]
1054-
bool ApplicationShouldSuppressHighDynamicRangeContent { get; set; }
1054+
bool ApplicationShouldSuppressHighDynamicRangeContent { get; }
10551055

10561056
// From the NSApplicationHelpExtension category
10571057
[Export ("activateContextHelpMode:")]

0 commit comments

Comments
 (0)