feature get flutter web resource from server.

This commit is contained in:
alves
2025-12-31 18:21:17 +08:00
parent d82cca2f50
commit 6940b359a0
7 changed files with 150 additions and 49 deletions

View File

@@ -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();