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