Skip to content

Commit

Permalink
fix 12898
Browse files Browse the repository at this point in the history
  • Loading branch information
Yornik committed Jun 24, 2024
1 parent e10e817 commit aaee8da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slic3r/GUI/HintNotification.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ void HintDatabase::load_hints_from_file(const boost::filesystem::path& path)
fulltext = into_u8(_(fulltext));
#ifdef __APPLE__
boost::replace_all(fulltext, "Ctrl+", "");
boost::replace_all(fulltext, "Ctrl +", "⌘ +");
#endif //__APPLE__
// replace <b> and </b> for imgui markers
std::string marker_s(1, ImGui::ColorMarkerStart);
Expand Down

0 comments on commit aaee8da

Please sign in to comment.