mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
redone options tab of inspector...current settings for "stop at ratio" won't carry over
This commit is contained in:
@@ -313,6 +313,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void) applyTorrentSpeedSetting: (id) sender
|
||||
{
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateSpeedSetting" object: self];
|
||||
}
|
||||
|
||||
- (void) setAutoSpeedLimit: (id) sender
|
||||
{
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName: @"AutoSpeedLimitChange" object: self];
|
||||
|
||||
Reference in New Issue
Block a user