Time for subtitle selection

Is there a way to show the list of subtitles longer?
When the list of available languages is very long - ie. we have movies with 60 subs - the list dissapears before one has the chance to click it. How can we make this timeout longer - ie. until clicked.

Hi,
You could try the following configuration in order to disable hiding upon hovering.
The UI should keep showing for as long as the user hovers it.

        var conf = {
            key: 'YOUR KEY HERE',
            ui: {
                disableAutoHideWhenHovered: false
            },
        };

Let me know how it works out