1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-07 15:04:13 +00:00

Xcode 11.3.1 compatibility (#3946)

This commit is contained in:
A Cœur 2022-10-12 12:09:46 +08:00 committed by GitHub
parent 33afdc32f9
commit 74cc584a6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ typedef NS_ENUM(NSInteger, NSImageSymbolScale) {
typedef NS_ENUM(NSInteger, NSWindowToolbarStyle) {
NSWindowToolbarStylePreference = 2,
NSWindowToolbarStyleUnified = 3,
} API_AVAILABLE(macos(11.0));
@interface NSWindow ()