mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 07:45:56 +08:00
NEW: add Report issue entry
Change-Id: Ie5cc195e34f2dbb94b4958c495cd28cd5bf4fd51
This commit is contained in:
parent
84b89094b2
commit
049a5c5a8f
@ -1941,6 +1941,11 @@ static wxMenu* generate_help_menu()
|
||||
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
|
||||
//append_menu_item(helpMenu, wxID_ANY, _L("Report Bug(TODO)"), _L("Report a bug of BambuStudio"),
|
||||
// [](wxCommandEvent&) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user