mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-01 12:02:55 +08:00
feat(translations): add support for GUI tabs (#1039)
* fix(translation service): formatting of download * fix(views): debug window not popping up
This commit is contained in:
@ -6,7 +6,7 @@ namespace big
|
||||
{
|
||||
void debug::main()
|
||||
{
|
||||
if (strcmp(g_gui_service->get_selected()->name, "Debug"))
|
||||
if (strcmp(g_gui_service->get_selected()->name, "GUI_TAB_DEBUG"))
|
||||
return;
|
||||
|
||||
if (ImGui::Begin("DEBUG_WINDOW"_T.data()))
|
||||
|
Reference in New Issue
Block a user