mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Updated splash screen to v0.10.0
This commit is contained in:
parent
ab1d664f07
commit
2f0bee3b19
4 changed files with 3 additions and 3 deletions
|
@ -136,7 +136,7 @@ int main(int argc, char *argv[]){
|
|||
#endif
|
||||
#endif
|
||||
useStyle(&app, style);
|
||||
QSplashScreen *splash = new QSplashScreen(QPixmap(":/Icons/splash.jpg"));
|
||||
QSplashScreen *splash = new QSplashScreen(QPixmap(":/Icons/splash.png"));
|
||||
splash->show();
|
||||
// Open options file to read locale
|
||||
locale = settings.value("Options/Language/Locale", QString()).toString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue