feature add tips dialog for no update on preset

This commit is contained in:
alves
2025-12-31 16:18:55 +08:00
parent 6c20bc3b31
commit d82cca2f50
5 changed files with 55 additions and 15 deletions

View File

@@ -2300,10 +2300,8 @@ static wxMenu* generate_help_menu()
append_menu_item(
helpMenu, wxID_ANY, _L("Check for Preset Update"), _L("Check for Preset Update"),
[](wxCommandEvent&) {
wxGetApp().check_preset_version();
wxString msg = _L("This is the newest version.");
InfoDialog dlg(nullptr, _L("Info"), msg);
dlg.ShowModal();
},
"", nullptr, []() { return true; });