feature diff country on local area for update preset web resource.

This commit is contained in:
alves
2026-01-16 17:54:33 +08:00
parent f374b14ea0
commit d6f2972429
4 changed files with 18 additions and 12 deletions

View File

@@ -441,7 +441,7 @@ DownloadDialog::DownloadDialog(wxWindow *parent, const wxString &msg, const wxSt
: MsgDialog(parent, title, msg, style), msg(msg)
{
add_button(wxID_YES, true, _L("Download"));
add_button(wxID_CANCEL, true, _L("Skip"));
//add_button(wxID_CANCEL, true, _L("Skip"));
finalize();
}