Skip to content

Commit

Permalink
SplashScreen: fix transparent background (corners) on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjeukendrup authored and vpereverzev committed Aug 9, 2022
1 parent e435e99 commit 2d21253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/appshell/view/internal/splashscreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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…");
}
Expand Down

0 comments on commit 2d21253

Please sign in to comment.