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:
parent
33afdc32f9
commit
74cc584a6a
1 changed files with 1 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue