1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Accessibility: Disable accessibility for JUCESplashScreen

This commit is contained in:
ed 2021-06-08 16:13:07 +01:00
parent bfb521b610
commit ce9ab1430f

View file

@ -80,6 +80,8 @@ JUCESplashScreen::JUCESplashScreen (Component& parent)
{
startTimer (1);
}
setAccessible (false);
}
std::unique_ptr<Drawable> JUCESplashScreen::getSplashScreenLogo()