mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-01 16:53:52 +02:00
qt: hide Create Unsigned button behind an expert mode option
This commit is contained in:
@@ -252,6 +252,16 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="m_enable_psbt_controls">
|
||||
<property name="text">
|
||||
<string extracomment="An options window setting to enable PSBT controls.">Enable &PSBT controls</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string extracomment="Tooltip text for options window setting that enables PSBT controls.">Whether to show PSBT controls.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user