diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2021-09-02 14:27:41 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2021-09-16 11:17:31 +0200 |
commit | bd5c826a9630f41255497e0c9a0f1872b5ab78d5 (patch) | |
tree | 95b38ddf5c940d7ba927174b0723eaf50f51431f /src/qt/forms | |
parent | b997dd211ecfe5d0d6f757b8426ad81e40219143 (diff) |
gui: add RPC setting
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/optionsdialog.ui | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 2ff1445709..4ece0e2310 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -33,7 +33,7 @@ <string>Automatically start %1 after logging in to the system.</string> </property> <property name="text"> - <string>&Start %1 on system login</string> + <string>Start %1 on system &login</string> </property> </widget> </item> @@ -173,7 +173,7 @@ <property name="sizeHint" stdset="0"> <size> <width>40</width> - <height>20</height> + <height>40</height> </size> </property> </spacer> @@ -181,6 +181,16 @@ </layout> </item> <item> + <widget class="QCheckBox" name="enableServer"> + <property name="toolTip"> + <string extracomment="Tooltip text for Options window setting that enables the RPC server.">This allows you or a third party tool to communicate with the node through command-line and JSON-RPC commands.</string> + </property> + <property name="text"> + <string extracomment="An Options window setting to enable the RPC server.">Enable RPC &server</string> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer_Main"> <property name="orientation"> <enum>Qt::Vertical</enum> |