use orca color for "can't find device" link (#8298)
Co-authored-by: Paul Mineev <paul@mineev.me>
This commit is contained in:
parent
532a2d36b5
commit
8337db208a
1 changed files with 1 additions and 0 deletions
|
@ -642,6 +642,7 @@ void SelectMachinePopup::update_other_devices()
|
|||
wxBoxSizer* placeholder_sizer = new wxBoxSizer(wxVERTICAL);
|
||||
|
||||
m_hyperlink = new wxHyperlinkCtrl(m_placeholder_panel, wxID_ANY, _L("Can't find my devices?"), wxT("https://wiki.bambulab.com/en/software/bambu-studio/failed-to-connect-printer"), wxDefaultPosition, wxDefaultSize, wxHL_DEFAULT_STYLE);
|
||||
m_hyperlink->SetNormalColour(StateColor::darkModeColorFor("#009789"));
|
||||
placeholder_sizer->Add(m_hyperlink, 0, wxALIGN_CENTER | wxALL, 5);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue