mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Fix "Port checker returned invalid status: 0" (#3064)
Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user