Update SFB

This commit is contained in:
2026-01-19 18:29:56 -07:00
parent b7f20785d2
commit 5370ccc006
65 changed files with 152 additions and 158 deletions

View File

@@ -10,7 +10,6 @@ namespace SimpleFileBrowser
{
public class FileBrowserAccessRestrictedPanel : MonoBehaviour
{
#pragma warning disable 0649
[SerializeField]
private HorizontalLayoutGroup contentLayoutGroup;
@@ -19,7 +18,6 @@ namespace SimpleFileBrowser
[SerializeField]
private Button okButton;
#pragma warning restore 0649
private void Awake()
{