Fix "Port checker returned invalid status: 0" (#3064)

Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
Antoine Cœur
2022-05-10 22:54:39 +08:00
committed by GitHub
parent e7312eba14
commit d5533ee648
4 changed files with 16 additions and 4 deletions

View File

@@ -6,7 +6,9 @@
#include <libtransmission/transmission.h>
@interface PrefsController : NSWindowController<NSToolbarDelegate>
@protocol PortCheckerDelegate;
@interface PrefsController : NSWindowController<NSToolbarDelegate, PortCheckerDelegate>
@property(nonatomic, readonly) NSArray<NSString*>* sounds;