mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-20 04:36:08 +01:00
gui: Paste button in Open URI dialog
Co-authored-by: Emil Engler <me@emilengler.com> Co-authored-by: =?UTF-8?q?Jo=C3=A3o=20Barbosa?= <joao.paulo.barbosa@gmail.com> Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Co-authored-by: Jarol Rodriguez <jarolrod@tutanota.com>
This commit is contained in:
@@ -872,7 +872,7 @@ void BitcoinGUI::showHelpMessageClicked()
|
||||
#ifdef ENABLE_WALLET
|
||||
void BitcoinGUI::openClicked()
|
||||
{
|
||||
OpenURIDialog dlg(this);
|
||||
OpenURIDialog dlg(platformStyle, this);
|
||||
if(dlg.exec())
|
||||
{
|
||||
Q_EMIT receivedURI(dlg.getURI());
|
||||
|
||||
Reference in New Issue
Block a user