Mark the accent-color divergence in the best-position popup

This commit is contained in:
SoftFever
2026-07-17 03:50:29 +08:00
parent d4e95e3269
commit db51d8ab9b

View File

@@ -600,7 +600,7 @@ ReselectMachineDialog::ReselectMachineDialog(wxWindow* parent)
suggestText = new Label(textPanel, wxEmptyString);
linkwiki = new Label(textPanel, _L("How to save time?→"));
linkwiki->SetForegroundColour(wxColour("#009688"));
linkwiki->SetForegroundColour(wxColour("#009688")); // Orca: accent green
linkwiki->SetBackgroundColour(wxColour("#FFFFFF"));
linkwiki->SetFont(Label::Body_14);
// Orca: no vendor wiki page for this feature; hide the placeholder link and drop the external URL.