mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
More small changes, including to window placement.
This commit is contained in:
@@ -72,6 +72,8 @@
|
||||
|
||||
- (void) awakeFromNib
|
||||
{
|
||||
[[self window] center];
|
||||
|
||||
int level = [[NSUserDefaults standardUserDefaults] integerForKey: @"MessageLevel"];
|
||||
if (level == TR_MSG_ERR)
|
||||
[fLevelButton selectItemAtIndex: LEVEL_ERROR];
|
||||
|
||||
Reference in New Issue
Block a user