From a184cdb76a57a39e7ca5bf3beb489a68a18b6607 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Wed, 22 May 2024 23:48:20 -0600 Subject: [PATCH] Rename on ImGUI --- src/port/ui/ImguiUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp index d8850092..f73353f0 100644 --- a/src/port/ui/ImguiUI.cpp +++ b/src/port/ui/ImguiUI.cpp @@ -387,7 +387,7 @@ void DrawMenuBarIcon() { } void DrawGameMenu() { - if (UIWidgets::BeginMenu("Lylat64")) { + if (UIWidgets::BeginMenu("Starship")) { if (UIWidgets::MenuItem("Reset", #ifdef __APPLE__ "Command-R"