We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd6604 commit c5937ddCopy full SHA for c5937dd
src/Makefile.qt.include
@@ -357,6 +357,7 @@ QML_RES_FONTS = \
357
358
QML_RES_ICONS = \
359
qml/res/icons/add-wallet-dark.png \
360
+ qml/res/icons/alert-filled.png \
361
qml/res/icons/arrow-down.png \
362
qml/res/icons/arrow-up.png \
363
qml/res/icons/bitcoin-circle.png \
src/qml/bitcoin_qml.qrc
@@ -100,6 +100,7 @@
100
</qresource>
101
<qresource prefix="/icons">
102
<file alias="add-wallet-dark">res/icons/add-wallet-dark.png</file>
103
+ <file alias="alert-filled">res/icons/alert-filled.png</file>
104
<file alias="arrow-down">res/icons/arrow-down.png</file>
105
<file alias="arrow-up">res/icons/arrow-up.png</file>
106
<file alias="bitcoin-circle">res/icons/bitcoin-circle.png</file>
src/qml/res/icons/alert-filled.png
531 Bytes
src/qml/res/src/alert-filled.svg
0 commit comments