remove pngs

This commit is contained in:
adityapk
2018-11-07 10:26:05 -08:00
parent 8dec650c65
commit 0a33abf9ef
4 changed files with 2 additions and 2 deletions

View File

@@ -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 Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

View File

@@ -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;