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:
Andreas Maerten
2023-03-04 12:13:13 +01:00
committed by GitHub
parent 97a8c5d60b
commit 3e88ce77d2
5 changed files with 98 additions and 48 deletions

View File

@ -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()))