Move app switcher to hud

This commit is contained in:
Michal Pikulski
2025-11-09 21:01:41 +01:00
parent 0c9a388433
commit e9855faede
9 changed files with 698 additions and 420 deletions

View File

@@ -70,11 +70,8 @@ namespace UI.CardSystem
if (albumViewPage != null)
{
UIPageController.Instance.PushPage(albumViewPage);
PlayerHudManager.Instance.appSwitcher.SetActive(false);
}
}
PlayerHudManager.Instance.ToggleAppSwitcher(false);
// If we're already on the album main page, do nothing
}
private void OnPageChanged(UIPage currentPage)