mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
Don't allow filter to be selected on launch.
This commit is contained in:
parent
dc18992d4a
commit
e03ca2eda0
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ static void sleepCallBack(void * controller, io_service_t y,
|
|||
[fWindow setToolbar: fToolbar];
|
||||
[fWindow setDelegate: self];
|
||||
|
||||
[fWindow makeFirstResponder: fTableView];
|
||||
|
||||
//set table size
|
||||
if ([fDefaults boolForKey: @"SmallView"])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue