mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
disable the create button in the creator window when the tracker address is blank (ignoring anything before "://")
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
IBOutlet NSImageView * fIconView;
|
||||
IBOutlet NSTextField * fNameField, * fStatusField, * fPiecesField, * fTrackerField, * fLocationField;
|
||||
IBOutlet NSTextView * fCommentView;
|
||||
IBOutlet NSButton * fPrivateCheck, * fOpenCheck;
|
||||
IBOutlet NSButton *fCreateButton, * fPrivateCheck, * fOpenCheck;
|
||||
|
||||
IBOutlet NSView * fProgressView;
|
||||
IBOutlet NSProgressIndicator * fProgressIndicator;
|
||||
|
||||
Reference in New Issue
Block a user