mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
special char doesn't work with default imgui font
This commit is contained in:
parent
21142bdb26
commit
923bf3b0e4
1 changed files with 1 additions and 1 deletions
|
@ -779,7 +779,7 @@ namespace SohImGui {
|
|||
if (ImGui::BeginMenu("Shipwright")) {
|
||||
if (ImGui::MenuItem("Reset",
|
||||
#if __APPLE__
|
||||
"⌘ R"
|
||||
"Command-R"
|
||||
#else
|
||||
"Ctrl+R"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue