I uploaded modified xml file that enables that (also includes my previous modifications, read what I changed with older version), or you could manually edit your file, or your plugin.
You need to edit plugin: QAS: Handle Switch
At the end of plugin add this line:
PHP Code:
$template_hook['navbar_getnew_menu'] .= $add_string;
You should have this:
PHP Code:
$template_hook['navbar_end'] .= $add_string;
$template_hook['navbar_getnew_menu'] .= $add_string;
}
Now you should have QAS at What's new.