зеркало из
https://github.com/arsenetar/dupeguru.git
synced 2025-09-11 17:58:17 +00:00
cocoa: Removed obsolete refreshStats calls.
Этот коммит содержится в:
родитель
32d88e9249
Коммит
3b510389fc
@ -57,8 +57,6 @@ http://www.hardcoded.net/licenses/hs_license
|
|||||||
int sizeThreshold = [ud boolForKey:@"ignoreSmallFiles"] ? smallFileThreshold * 1024 : 0; // The py side wants bytes
|
int sizeThreshold = [ud boolForKey:@"ignoreSmallFiles"] ? smallFileThreshold * 1024 : 0; // The py side wants bytes
|
||||||
[_py setSizeThreshold:sizeThreshold];
|
[_py setSizeThreshold:sizeThreshold];
|
||||||
int r = n2i([py doScan]);
|
int r = n2i([py doScan]);
|
||||||
[matches reloadData];
|
|
||||||
[self refreshStats];
|
|
||||||
if (r != 0)
|
if (r != 0)
|
||||||
[[ProgressController mainProgressController] hide];
|
[[ProgressController mainProgressController] hide];
|
||||||
if (r == 1)
|
if (r == 1)
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user