aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-05-29 22:53:25 +0100
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-05-30 23:26:18 +0100
commit2d8ad2f99710a8981e33fe2d6ce834b0076c4e80 (patch)
tree3c7a111ad16c0b20ef2c3ce82f0557811344ff17 /src/qt/forms
parent76e2cded477bc483ec610212bdadf21fe35292d4 (diff)
downloadbitcoin-2d8ad2f99710a8981e33fe2d6ce834b0076c4e80.tar.xz
gui: Enable console line edit on setClientModel
Diffstat (limited to 'src/qt/forms')
-rw-r--r--src/qt/forms/debugwindow.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui
index f0b976001e..70ad32752a 100644
--- a/src/qt/forms/debugwindow.ui
+++ b/src/qt/forms/debugwindow.ui
@@ -636,6 +636,9 @@
<property name="placeholderText">
<string/>
</property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
</widget>
</item>
</layout>