You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin-core#449: Restore "S" accelerator for "Start on system login" option
25a5814 GUI/Options: Restore "S" accelerator for "Start on system login" option (Luke Dashjr)
Pull request description:
bitcoin-core#416 changed the option assigned to accelerator key "S", but there's no rationale given.
Best to leave it alone, and give the new option a new accelerator key.
Since "R" is already taken for Reset, this shifts the new RPC server option to use "P" instead
ACKs for top commit:
jarolrod:
ACK 25a5814
hebasto:
ACK 25a5814, tested on Linux Mint 20.2 (Qt 5.12.8).
Tree-SHA512: 2212aa32572cbcbcce78304ffcb1dcfc65f9d7e2ffd6c6a4b65e4a3ca2a8a7cc7505c28314ad46e0bc13b4e3bb3fc61e7e196356d26354f3689fad71fb688b27
Copy file name to clipboardExpand all lines: src/qt/forms/optionsdialog.ui
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
<string>Automatically start %1 after logging in to the system.</string>
34
34
</property>
35
35
<propertyname="text">
36
-
<string>Start %1 on system &login</string>
36
+
<string>&Start %1 on system login</string>
37
37
</property>
38
38
</widget>
39
39
</item>
@@ -192,7 +192,7 @@
192
192
<stringextracomment="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>
193
193
</property>
194
194
<propertyname="text">
195
-
<stringextracomment="An Options window setting to enable the RPC server.">Enable RPC &server</string>
195
+
<stringextracomment="An Options window setting to enable the RPC server.">Enable R&PC server</string>
0 commit comments