mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 14:33:04 +00:00
feature get flutter web resource from server.
This commit is contained in:
@@ -2305,6 +2305,12 @@ static wxMenu* generate_help_menu()
|
||||
},
|
||||
"", nullptr, []() { return true; });
|
||||
|
||||
append_menu_item(
|
||||
helpMenu, wxID_ANY, _L("Check for Web Update"), _L("Check for Web Update"),
|
||||
[](wxCommandEvent&) {
|
||||
wxGetApp().check_web_version();
|
||||
},
|
||||
"", nullptr, []() { return true; });
|
||||
|
||||
append_menu_item(helpMenu, wxID_ANY, _L("Import Profile"), _L("Import Profile"), [](wxCommandEvent&) {
|
||||
wxGetApp().import_presets();
|
||||
|
||||
Reference in New Issue
Block a user