fix: torrentTableView crash after superview.superview.superview (#6207)

This commit is contained in:
Cœur
2023-11-05 21:35:22 +01:00
committed by GitHub
parent d49b4a9997
commit 5d56e9039a
30 changed files with 100 additions and 59 deletions

View File

@@ -32,6 +32,7 @@ BlocklistDownloaderViewController* fBLViewController = nil;
- (void)awakeFromNib
{
[super awakeFromNib];
self.fButton.title = NSLocalizedString(@"Cancel", "Blocklist -> cancel button");
CGFloat const oldWidth = NSWidth(self.fButton.frame);