Figured it out. In nav-menu-v4.php, edit the wp_nav_menu array. (The bold code is what I added in)
wp_nav_menu( array(
‘menu’ => $value,
‘container’ => false
) );
Hope this and your upcoming update help out users in the future. Thanks again for pointing me in the right direction!