mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
in the groups popup in the add window, have an option to show the groups window
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
NSString * fDestination;
|
||||
|
||||
BOOL fDeleteTorrent, fDeleteEnable;
|
||||
int fGroupValue;
|
||||
}
|
||||
|
||||
- (id) initWithTorrent: (Torrent *) torrent destination: (NSString *) path controller: (Controller *) controller
|
||||
@@ -56,5 +57,6 @@
|
||||
- (void) cancelAdd: (id) sender;
|
||||
|
||||
- (void) updateGroupMenu: (NSNotification *) notification;
|
||||
- (void) showGroupsWindow: (id) sender;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user