Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix quality warning tooltip not staying dismissed #5550

Merged

Commits on May 3, 2021

  1. Fix quality warning tooltip not staying dismissed

    The flag that keep track of whether the quality warning tooltip was
    dismissed was a local data of the LocalMediaControls component, so it
    was reset when a new instance of the component was created again. As a
    new instance could be created several times during the same call (for
    example, when switching between speaker and grid mode) the warning
    tooltip could appear again after being dismissed. Now the flag is kept
    in the store and shared between different instances.
    
    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    danxuliu committed May 3, 2021
    Configuration menu
    Copy the full SHA
    fdd1e0f View commit details
    Browse the repository at this point in the history