mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
speed up check for enough remaining space by first determining if there is enough space to download what's needed ignoring preallocation
This commit is contained in:
@@ -821,9 +821,7 @@
|
||||
{
|
||||
BOOL ratio = [fDefaults boolForKey: @"DisplayGroupRowRatio"];
|
||||
|
||||
NSTableColumn * dlTableColumn = [self tableColumnWithIdentifier: @"DL"];
|
||||
|
||||
[dlTableColumn setHidden: ratio];
|
||||
[[self tableColumnWithIdentifier: @"DL"] setHidden: ratio];
|
||||
[[self tableColumnWithIdentifier: @"DL Image"] setHidden: ratio];
|
||||
|
||||
//change size of image column
|
||||
|
||||
Reference in New Issue
Block a user