Browse Source

Revert "change gif when sending"

This reverts commit f50ccd78b5.
pull/147/head
Duke 4 months ago
parent
commit
05790935ba
  1. BIN
      res/silentdragon-animated-dark.gif
  2. BIN
      res/silentdragon-animated-startup.gif
  3. BIN
      res/silentdragon-animated.gif
  4. 2
      src/rpc.cpp
  5. 2
      src/sendtab.cpp

BIN
res/silentdragon-animated-dark.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 KiB

BIN
res/silentdragon-animated-startup.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
res/silentdragon-animated.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 KiB

2
src/rpc.cpp

@ -1715,7 +1715,7 @@ void RPC::shutdownHushd() {
d.setWindowTitle("SilentDragonX");
}
QMovie *movie1 = new QMovie(":/img/silentdragon-animated-startup-dark.gif");;
QMovie *movie1 = new QMovie(":/img/silentdragon-animated-dark.gif");;
auto theme = Settings::getInstance()->get_theme_name();
movie1->setScaledSize(QSize(512,512));
connD.topIcon->setMovie(movie1);

2
src/sendtab.cpp

@ -720,7 +720,7 @@ void MainWindow::sendButton() {
auto connD = new Ui_ConnectionDialog();
connD->setupUi(d);
QMovie *movie1 = new QMovie(":/img/silentdragon-animated-startup-dark.gif");;
QMovie *movie1 = new QMovie(":/img/silentdragon-animated-dark.gif");;
auto theme = Settings::getInstance()->get_theme_name();
movie1->setScaledSize(QSize(512,512));
connD->topIcon->setMovie(movie1);

Loading…
Cancel
Save