디자인 적용 중

This commit is contained in:
logonkhi
2025-08-05 20:18:01 +09:00
parent 0e7887caee
commit 5ed1323dae
38 changed files with 1585 additions and 151761 deletions

View File

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