Fix "terminating with uncaught exception of type std::out_of_range: vector" (#4138)
This commit is contained in:
parent
49ce12ce38
commit
d8e7664f2b
|
@ -228,6 +228,7 @@
|
|||
- (void)setupInfo
|
||||
{
|
||||
self.fFileFilterField.stringValue = @"";
|
||||
[self setFileFilterText:self.fFileFilterField];
|
||||
|
||||
if (self.fTorrents.count == 1)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue