mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-12 23:13:32 +00:00
feature add tips dialog for no update on preset
This commit is contained in:
@@ -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; });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user