Update old animation

This commit is contained in:
onryo
2022-11-13 03:20:05 +01:00
parent 7649418a7b
commit 5b008a8d65
4 changed files with 6 additions and 6 deletions

View File

@@ -2017,7 +2017,7 @@ void Controller::shutdownhushd()
connD.status->setText(QObject::tr("Please wait for SilentDragonLite to exit"));
connD.statusDetail->setText(QObject::tr("Please wait for SilentDragonLite to exit"));
} else {
QMovie *movie1 = new QMovie(":/img/res/silentdragonlite-animated-startup.gif");;
QMovie *movie1 = new QMovie(":/img/res/silentdragonlite-animated-startup-dark.gif");;
movie1->setScaledSize(size);
qDebug() << "Animation light loaded";
connD.topIcon->setMovie(movie1);