Refactor AIImages UI to use localized strings for labels and descriptions, enhancing user experience and accessibility. Update binary AIImages.dll to the latest version.
This commit is contained in:
@@ -43,9 +43,9 @@ namespace AIImages
|
||||
{
|
||||
yield return new Command_Action
|
||||
{
|
||||
defaultLabel = "AI Image",
|
||||
defaultDesc = "Open AI Image window",
|
||||
icon = ContentFinder<Texture2D>.Get("UI/Commands/AttackMelee", true),
|
||||
defaultLabel = "AIImages.Gizmo.Label".Translate(),
|
||||
defaultDesc = "AIImages.Gizmo.Description".Translate(),
|
||||
icon = ContentFinder<Texture2D>.Get("UI/Commands/AIImage", true),
|
||||
action = delegate()
|
||||
{
|
||||
// Проверяем, открыто ли уже окно AI Image
|
||||
|
||||
Reference in New Issue
Block a user