mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Use an NSDatePicker for the speed limit scheduler...this will require 10.4 for now.
This commit is contained in:
@@ -316,12 +316,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void) setAutoSpeedLimitCheck: (id) sender
|
||||
{
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName: @"AutoSpeedLimitChange" object: self];
|
||||
}
|
||||
|
||||
- (void) setAutoSpeedLimitHour: (id) sender
|
||||
- (void) setAutoSpeedLimit: (id) sender
|
||||
{
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName: @"AutoSpeedLimitChange" object: self];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user