Browse Source

remove pngs

recurring
adityapk 6 years ago
parent
commit
0a33abf9ef
  1. 2
      application.qrc
  2. BIN
      res/connected.gif
  3. BIN
      res/connected.png
  4. 2
      src/rpc.cpp

2
application.qrc

@ -3,7 +3,7 @@
<file>res/Ubuntu-R.ttf</file>
</qresource>
<qresource prefix="/icons">
<file>res/connected.png</file>
<file>res/connected.gif</file>
<file>res/loading.gif</file>
<file>res/icon.ico</file>
</qresource>

BIN
res/connected.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
res/connected.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

2
src/rpc.cpp

@ -454,7 +454,7 @@ void RPC::getInfoThenRefresh(bool force) {
};
// Connected, so display checkmark.
QIcon i(":/icons/res/connected.png");
QIcon i(":/icons/res/connected.gif");
main->statusIcon->setPixmap(i.pixmap(16, 16));
static int lastBlock = 0;

Loading…
Cancel
Save