Skip to content

Commit 2f23ad2

Browse files
committed
qt: allow prompt icon to be colorized
1 parent 7e83e74 commit 2f23ad2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt/rpcconsole.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,8 @@ RPCConsole::RPCConsole(interfaces::Node& node, const PlatformStyle *_platformSty
508508
//: Secondary shortcut to decrease the RPC console font size.
509509
GUIUtil::AddButtonShortcut(ui->fontSmallerButton, tr("Ctrl+_"));
510510

511+
ui->promptIcon->setIcon(platformStyle->SingleColorIcon(QStringLiteral(":/icons/prompticon")));
512+
511513
// Install event filter for up and down arrow
512514
ui->lineEdit->installEventFilter(this);
513515
ui->lineEdit->setMaxLength(16 * 1024 * 1024);

0 commit comments

Comments
 (0)