special char doesn't work with default imgui font
This commit is contained in:
@@ -779,7 +779,7 @@ namespace SohImGui {
|
|||||||
if (ImGui::BeginMenu("Shipwright")) {
|
if (ImGui::BeginMenu("Shipwright")) {
|
||||||
if (ImGui::MenuItem("Reset",
|
if (ImGui::MenuItem("Reset",
|
||||||
#if __APPLE__
|
#if __APPLE__
|
||||||
"⌘ R"
|
"Command-R"
|
||||||
#else
|
#else
|
||||||
"Ctrl+R"
|
"Ctrl+R"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user