Add new link for "updates action" (#67)
Add new link for "updates action" in mainwindow.cpp. Changed adityapk00 reference to ZcashFoundation.
This commit is contained in:
committed by
adityapk00
parent
3dad03523f
commit
ba19f3ce3f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user