mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 03:03:31 +01:00
Enables AltJIT for public versions
This commit is contained in:
@@ -1587,12 +1587,10 @@ extension MyAppsViewController
|
|||||||
actions.append(activateAction)
|
actions.append(activateAction)
|
||||||
}
|
}
|
||||||
|
|
||||||
#if BETA
|
|
||||||
if installedApp.isActive, #available(iOS 14, *)
|
if installedApp.isActive, #available(iOS 14, *)
|
||||||
{
|
{
|
||||||
actions.append(jitAction)
|
actions.append(jitAction)
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#if BETA
|
#if BETA
|
||||||
actions.append(changeIconMenu)
|
actions.append(changeIconMenu)
|
||||||
|
|||||||
Reference in New Issue
Block a user