diff --git a/src/main/java/com/sparrowwallet/sparrow/AppController.java b/src/main/java/com/sparrowwallet/sparrow/AppController.java index ec489ec1..21cb3d09 100644 --- a/src/main/java/com/sparrowwallet/sparrow/AppController.java +++ b/src/main/java/com/sparrowwallet/sparrow/AppController.java @@ -323,6 +323,10 @@ public class AppController implements Initializable { } } + public void submitBugReport(ActionEvent event) throws IOException { + AppServices.get().getApplication().getHostServices().showDocument("https://sparrowwallet.com/submitbugreport"); + } + public void showAbout(ActionEvent event) { Stage aboutStage = getAboutStage(); aboutStage.show(); diff --git a/src/main/resources/com/sparrowwallet/sparrow/app.fxml b/src/main/resources/com/sparrowwallet/sparrow/app.fxml index 137ce39d..52078e30 100644 --- a/src/main/resources/com/sparrowwallet/sparrow/app.fxml +++ b/src/main/resources/com/sparrowwallet/sparrow/app.fxml @@ -102,6 +102,7 @@ +