NEW: add Report issue entry
Change-Id: Ie5cc195e34f2dbb94b4958c495cd28cd5bf4fd51
This commit is contained in:
parent
84b89094b2
commit
049a5c5a8f
1 changed files with 5 additions and 0 deletions
|
@ -1941,6 +1941,11 @@ static wxMenu* generate_help_menu()
|
||||||
wxGetApp().plater()->get_current_canvas3D()->set_as_dirty();
|
wxGetApp().plater()->get_current_canvas3D()->set_as_dirty();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
append_menu_item(helpMenu, wxID_ANY, _L("Report issue"), _L("Report issue"), [](wxCommandEvent &) {
|
||||||
|
std::string url = "https://github.com/bambulab/BambuStudio/issues/new/choose";
|
||||||
|
wxLaunchDefaultBrowser(url);
|
||||||
|
});
|
||||||
|
|
||||||
// Report a bug
|
// Report a bug
|
||||||
//append_menu_item(helpMenu, wxID_ANY, _L("Report Bug(TODO)"), _L("Report a bug of BambuStudio"),
|
//append_menu_item(helpMenu, wxID_ANY, _L("Report Bug(TODO)"), _L("Report a bug of BambuStudio"),
|
||||||
// [](wxCommandEvent&) {
|
// [](wxCommandEvent&) {
|
||||||
|
|
Loading…
Reference in a new issue