aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorJarol Rodriguez <jarolrod@tutanota.com>2021-06-30 13:27:31 -0400
committerJarol Rodriguez <jarolrod@tutanota.com>2021-06-30 13:27:31 -0400
commit2f23ad2c4031c43c6820ead6af7ae7cc6d4275ad (patch)
treee3ed431970cfee39629cf4cd460c8ac57eeef69d /src/qt
parent7e83e74e7fca7e1adee2174fee447a86af9bc68d (diff)
downloadbitcoin-2f23ad2c4031c43c6820ead6af7ae7cc6d4275ad.tar.xz
qt: allow prompt icon to be colorized
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/rpcconsole.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp
index 548b8cb34d..5827ea17a0 100644
--- a/src/qt/rpcconsole.cpp
+++ b/src/qt/rpcconsole.cpp
@@ -508,6 +508,8 @@ RPCConsole::RPCConsole(interfaces::Node& node, const PlatformStyle *_platformSty
//: Secondary shortcut to decrease the RPC console font size.
GUIUtil::AddButtonShortcut(ui->fontSmallerButton, tr("Ctrl+_"));
+ ui->promptIcon->setIcon(platformStyle->SingleColorIcon(QStringLiteral(":/icons/prompticon")));
+
// Install event filter for up and down arrow
ui->lineEdit->installEventFilter(this);
ui->lineEdit->setMaxLength(16 * 1024 * 1024);