mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- Updated splash screen to v0.10.0
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user