Browse Source

Merge branch 'master' of github.com:adityapk00/zec-qt-wallet

recurring
Aditya Kulkarni 6 years ago
parent
commit
b18f2c4cad
  1. 2
      src/mainwindow.cpp

2
src/mainwindow.cpp

@ -39,7 +39,7 @@ MainWindow::MainWindow(QWidget *parent) :
// Set up check for updates action
QObject::connect(ui->actionCheck_for_Updates, &QAction::triggered, [=] () {
QDesktopServices::openUrl(QUrl("https://github.com/adityapk00/zec-qt-wallet/releases"));
QDesktopServices::openUrl(QUrl("https://github.com/ZcashFoundation/zec-qt-wallet/releases"));
});
// Import Private Key

Loading…
Cancel
Save