mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
add submit bug report to help menu
This commit is contained in:
parent
58bee33383
commit
f377f97931
2 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
|
|
|
@ -102,6 +102,7 @@
|
|||
<MenuItem mnemonicParsing="false" text="Show Introduction" onAction="#showIntroduction"/>
|
||||
<MenuItem mnemonicParsing="false" text="Show Online Documentation" onAction="#showDocumentation"/>
|
||||
<MenuItem mnemonicParsing="false" text="Show Log File" onAction="#showLogFile"/>
|
||||
<MenuItem mnemonicParsing="false" text="Submit Bug Report" onAction="#submitBugReport"/>
|
||||
<MenuItem styleClass="osxHide" mnemonicParsing="false" text="About Sparrow" onAction="#showAbout"/>
|
||||
</Menu>
|
||||
</menus>
|
||||
|
|
Loading…
Reference in a new issue