mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
fix DebugLog file opens twice after clicking "Open" in RPC Console Information tab
This commit is contained in:
parent
bb361cc644
commit
8892579f8b
@ -119,7 +119,6 @@ RPCConsole::RPCConsole(QWidget *parent) :
|
||||
ui->lineEdit->installEventFilter(this);
|
||||
|
||||
connect(ui->clearButton, SIGNAL(clicked()), this, SLOT(clear()));
|
||||
connect(ui->openDebugLogfileButton, SIGNAL(clicked()), this, SLOT(on_openDebugLogfileButton_clicked()));
|
||||
|
||||
startExecutor();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user