remove pngs
This commit is contained in:
@@ -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
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 |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user