There was an error while loading. Please reload this page.
2 parents 3238cb7 + a0c4965 commit 437747eCopy full SHA for 437747e
1 file changed
S1API/PhoneApp/PhoneApp.cs
@@ -394,6 +394,8 @@ internal void SpawnIcon(HomeScreen homeScreenInstance)
394
}
395
396
GameObject iconObject = Object.Instantiate(iconPrefab, parent);
397
+ iconObject.transform.Find("Notifications")?.gameObject.SetActive(false);
398
+
399
Button? button = iconObject.GetComponent<Button>();
400
UISelectable? selectable = iconObject.GetComponent<UISelectable>();
401
if (button == null || selectable == null)
0 commit comments