diff --git a/src/appshell/view/internal/splashscreen.cpp b/src/appshell/view/internal/splashscreen.cpp index 915104ea17a3e..7121ec29d2459 100644 --- a/src/appshell/view/internal/splashscreen.cpp +++ b/src/appshell/view/internal/splashscreen.cpp @@ -46,6 +46,8 @@ SplashScreen::SplashScreen() : QSplashScreen(QPixmap(splashScreenSize)), m_backgroundRenderer(new QSvgRenderer(imagePath, this)) { + setAttribute(Qt::WA_TranslucentBackground); + // Can't make translatable, because translation system not yet initialized showMessage("Loading…"); }