fix bottomleft

This commit is contained in:
njh
2026-02-09 22:25:05 +09:00
parent 343b7a9113
commit 6f58fdc956
6 changed files with 350 additions and 188 deletions

View File

@@ -18,6 +18,7 @@ namespace ChunilENG.UI
[SerializeField]
private SideTabBar sideTabBar;
public SideTabBar SideTabBar { get { return sideTabBar; } }
private CaptureRecoder recorder;
public override async UniTask Init()

View File

@@ -69,6 +69,7 @@ namespace ChunilENG.UI
if(view.SelectButton!=null)
{
view.SelectButton.ExecuteClick();
view.SelectButton = null;
}
}
}