mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
NEW: add Report issue entry
Change-Id: Ie5cc195e34f2dbb94b4958c495cd28cd5bf4fd51
This commit is contained in:
@@ -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&) {
|
||||||
|
|||||||
Reference in New Issue
Block a user