Add missing protocols to fix deprecation warnings (#7826)

This commit is contained in:
Dzmitry Neviadomski
2025-11-18 15:13:59 +03:00
committed by GitHub
parent 84cc06c651
commit 821e70d742
11 changed files with 11 additions and 11 deletions

View File

@@ -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;