fekt 4 weeks ago
parent
commit
761b196908
  1. 7
      src/mainwindow.cpp

7
src/mainwindow.cpp

@ -1202,12 +1202,13 @@ void MainWindow::payHushURI(QString uri, QString myAddr) {
// If there was no URI passed, ask the user for one.
if (uri.isEmpty()) {
uri = QInputDialog::getText(this, tr("Paste HUSH URI"),
"HUSH URI" + QString(" ").repeated(180));
if(isdragonx) {
uri = QInputDialog::getText(this, tr("Paste DRGX URI"),
"DRGX URI" + QString(" ").repeated(180));
}
} else{
uri = QInputDialog::getText(this, tr("Paste HUSH URI"),
"HUSH URI" + QString(" ").repeated(180));
}
}
// If there's no URI, just exit

Loading…
Cancel
Save