Skip to content

Commit

Permalink
use orca color for "can't find device" link (#8298)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Mineev <paul@mineev.me>
  • Loading branch information
akellbl4 and Paul Mineev authored Feb 5, 2025
1 parent 532a2d3 commit 8337db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slic3r/GUI/SelectMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);


Expand Down

0 comments on commit 8337db2

Please sign in to comment.