mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06: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)
|
||||
}
|
||||
|
||||
#if BETA
|
||||
if installedApp.isActive, #available(iOS 14, *)
|
||||
{
|
||||
actions.append(jitAction)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if BETA
|
||||
actions.append(changeIconMenu)
|
||||
|
||||
Reference in New Issue
Block a user