mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 13:21:44 +00:00
Add missing protocols to fix deprecation warnings (#7826)
This commit is contained in:
committed by
GitHub
parent
84cc06c651
commit
821e70d742
@@ -24,7 +24,7 @@ typedef NS_ENUM(NSUInteger, TrackerSegmentTag) {
|
||||
TrackerSegmentTagRemove = 1,
|
||||
};
|
||||
|
||||
@interface CreatorWindowController ()<NSWindowRestoration>
|
||||
@interface CreatorWindowController ()<NSWindowRestoration, NSMenuItemValidation>
|
||||
|
||||
@property(nonatomic) IBOutlet NSImageView* fIconView;
|
||||
@property(nonatomic) IBOutlet NSTextField* fNameField;
|
||||
|
||||
Reference in New Issue
Block a user