기능 검색 한/영 변환 시 드롭다운 리스트 실시간 번역 #204
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user