Fix "terminating with uncaught exception of type std::out_of_range: vector" (#4138)

This commit is contained in:
A Cœur
2022-11-14 02:00:04 +08:00
committed by GitHub
parent 49ce12ce38
commit d8e7664f2b

View File

@@ -228,6 +228,7 @@
- (void)setupInfo - (void)setupInfo
{ {
self.fFileFilterField.stringValue = @""; self.fFileFilterField.stringValue = @"";
[self setFileFilterText:self.fFileFilterField];
if (self.fTorrents.count == 1) if (self.fTorrents.count == 1)
{ {