기능 검색 한/영 변환 시 드롭다운 리스트 실시간 번역

This commit is contained in:
geondo55
2025-07-14 18:07:32 +09:00
parent b799cf829d
commit 5b66fdd0f3

View File

@@ -33,6 +33,7 @@ namespace Studio.UI
panel_studiotopbar.onClickSaveProject += () => CommandInvoker.instance.Invoke(new SaveProjectCommand());
panel_studiotopbar.onClickLanguageSetting += ManagerHub.instance.Get<LanguageManager>().ChangeLanguage; // TODO: open panel
panel_studiotopbar.onClickLanguageSetting += FindAnyObjectByType<UI_SearchCommand>().Search;
panel_studiotopbar.onClickClose += () => CommandInvoker.instance.Invoke(new ExitProgramCommand());
}