Skip to content

Commit c5937dd

Browse files
committed
qml: Add alert icon
1 parent 2dd6604 commit c5937dd

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

src/Makefile.qt.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ QML_RES_FONTS = \
357357

358358
QML_RES_ICONS = \
359359
qml/res/icons/add-wallet-dark.png \
360+
qml/res/icons/alert-filled.png \
360361
qml/res/icons/arrow-down.png \
361362
qml/res/icons/arrow-up.png \
362363
qml/res/icons/bitcoin-circle.png \

src/qml/bitcoin_qml.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
</qresource>
101101
<qresource prefix="/icons">
102102
<file alias="add-wallet-dark">res/icons/add-wallet-dark.png</file>
103+
<file alias="alert-filled">res/icons/alert-filled.png</file>
103104
<file alias="arrow-down">res/icons/arrow-down.png</file>
104105
<file alias="arrow-up">res/icons/arrow-up.png</file>
105106
<file alias="bitcoin-circle">res/icons/bitcoin-circle.png</file>

src/qml/res/icons/alert-filled.png

531 Bytes
Loading

src/qml/res/src/alert-filled.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)