diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 4473048..57d78a6 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -40,6 +40,11 @@ MainWindow::MainWindow(QWidget *parent) : // Set up donate action QObject::connect(ui->actionDonate, &QAction::triggered, this, &MainWindow::donate); + // File a bug + QObject::connect(ui->actionFile_a_bug, &QAction::triggered, [=]() { + QDesktopServices::openUrl(QUrl("https://github.com/zcashfoundation/zecwallet/issues/new")); + }); + // Set up check for updates action QObject::connect(ui->actionCheck_for_Updates, &QAction::triggered, [=] () { // Silent is false, so show notification even if no update was found diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 9083964..fc39870 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -359,8 +359,8 @@ 0 0 - 928 - 353 + 920 + 324 @@ -1045,7 +1045,7 @@ 0 0 968 - 19 + 21 @@ -1069,6 +1069,7 @@ + @@ -1189,6 +1190,11 @@ Request zcash... + + + File a bug... + +