mirror of
https://github.com/transmission/transmission
synced 2025-03-04 02:28:03 +00:00
Rescaled bandwidth icon from Thomas Bohn.
This commit is contained in:
parent
2a131ea7e8
commit
0e87c2ebc5
2 changed files with 3 additions and 2 deletions
|
@ -1379,8 +1379,9 @@ static void sleepCallBack(void * controller, io_service_t y,
|
|||
|
||||
- (void) toggleAdvancedBar: (id) sender
|
||||
{
|
||||
[fAdvancedBarItem setState: ![fAdvancedBarItem state]];
|
||||
[fDefaults setBool: [fAdvancedBarItem state] forKey: @"UseAdvancedBar"];
|
||||
int state = ![fAdvancedBarItem state];
|
||||
[fAdvancedBarItem setState: state];
|
||||
[fDefaults setBool: state forKey: @"UseAdvancedBar"];
|
||||
|
||||
[fTableView display];
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 4.1 KiB |
Loading…
Add table
Reference in a new issue