mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Just update the value when there is a change....it's modified only when torrent counts change and just updates a string...nothing too strenuous
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void) setPrefsWindow: (tr_handle_t *) handle
|
||||
- (void) setPrefs: (tr_handle_t *) handle
|
||||
{
|
||||
fToolbar = [[NSToolbar alloc] initWithIdentifier: @"Preferences Toolbar"];
|
||||
[fToolbar setDelegate: self];
|
||||
|
||||
Reference in New Issue
Block a user