More progress

This commit is contained in:
Sinai
2021-04-30 21:34:50 +10:00
parent 0bc14b2f76
commit 2378925a8b
27 changed files with 1401 additions and 846 deletions

View File

@ -12,7 +12,7 @@ namespace UnityExplorer.UI.Models
public bool Enabled
{
get => UIRoot && UIRoot.activeSelf;
get => UIRoot && UIRoot.activeInHierarchy;
set
{
if (!UIRoot || Enabled == value)