mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix: torrentTableView crash after superview.superview.superview (#6207)
This commit is contained in:
@@ -52,6 +52,7 @@ typedef NS_ENUM(NSUInteger, PopupPriority) {
|
||||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
[super awakeFromNib];
|
||||
[NSNotificationCenter.defaultCenter addObserver:self selector:@selector(updateGroupMenu:) name:@"UpdateGroups" object:nil];
|
||||
|
||||
NSString* name = self.torrent.name;
|
||||
|
||||
Reference in New Issue
Block a user