Validate Minimal View menu item.
This commit is contained in:
parent
5b20e756f3
commit
c17ab350eb
|
@ -1600,7 +1600,8 @@ static void sleepCallBack(void * controller, io_service_t y,
|
||||||
}
|
}
|
||||||
|
|
||||||
//enable sort and advanced bar items
|
//enable sort and advanced bar items
|
||||||
if (action == @selector(setSort:) || (action == @selector(toggleAdvancedBar:)))
|
if (action == @selector(setSort:) || action == @selector(toggleAdvancedBar:)
|
||||||
|
|| action == @selector(toggleSmallView:))
|
||||||
return canUseMenu;
|
return canUseMenu;
|
||||||
|
|
||||||
//enable copy torrent file item
|
//enable copy torrent file item
|
||||||
|
|
Loading…
Reference in New Issue