1
0
Fork 0
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:
Mitchell Livingston 2006-07-08 19:51:49 +00:00
parent 2a131ea7e8
commit 0e87c2ebc5
2 changed files with 3 additions and 2 deletions

View file

@ -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