/// <summary> /// Checks if the user has selected a different application /// </summary> private static void CheckAppChanged() { if (SelectedAppIndex != LastSelectedApp) { LastSelectedApp = SelectedAppIndex; Enjin.AppID = AppList[SelectedAppIndex].appID; CurrentUserIdentity = Enjin.GetIdentity(AppList[SelectedAppIndex].identityID); ExecuteMethod(CallMethod.RELOADALL); _settingsTab.CheckAllowance(); Enjin.ResetPusher(); } }