mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-21 12:43:25 +01:00
Limits “Enable JIT” context menu action to BETA builds
This commit is contained in:
@@ -1584,10 +1584,12 @@ 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