mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-22 16:18:50 -05:00
special char doesn't work with default imgui font
This commit is contained in:
parent
21142bdb26
commit
923bf3b0e4
@ -779,7 +779,7 @@ namespace SohImGui {
|
||||
if (ImGui::BeginMenu("Shipwright")) {
|
||||
if (ImGui::MenuItem("Reset",
|
||||
#if __APPLE__
|
||||
"⌘ R"
|
||||
"Command-R"
|
||||
#else
|
||||
"Ctrl+R"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user