mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 03:28:55 -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::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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue