mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
make the new group color a little bluer
This commit is contained in:
parent
d33374c3c1
commit
09b0e966a3
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ GroupsController * fGroupsInstance = nil;
|
|||
}
|
||||
|
||||
[fGroups addObject: [NSMutableDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithInteger: index], @"Index",
|
||||
[NSColor cyanColor], @"Color", @"", @"Name", nil]];
|
||||
[NSColor colorWithCalibratedRed: 0.0 green: 0.65 blue: 1.0 alpha: 1.0], @"Color", @"", @"Name", nil]];
|
||||
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateGroups" object: self];
|
||||
[self saveGroups];
|
||||
|
|
Loading…
Reference in a new issue