디자인 적용 중
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#nullable enable
|
||||
#nullable enable
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -293,6 +293,7 @@ namespace UVC.UI.Menu
|
||||
|
||||
if (buttonText != null && !string.IsNullOrEmpty(itemData.DisplayName))
|
||||
{
|
||||
buttonText.alpha = itemData.IsEnabled ? 1 : 0.25f;
|
||||
if (_locManager != null)
|
||||
{
|
||||
buttonText.text = _locManager.GetString(itemData.DisplayName);
|
||||
|
||||
Reference in New Issue
Block a user