mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-13 00:33:28 +01:00
[AltWidget] Adds interactive Active Apps widget to view + refresh all active apps (iOS 17+)
This commit is contained in:
@@ -17,5 +17,10 @@ struct AltWidgetBundle: WidgetBundle
|
||||
|
||||
IconLockScreenWidget()
|
||||
TextLockScreenWidget()
|
||||
|
||||
if #available(iOS 17, *)
|
||||
{
|
||||
ActiveAppsWidget()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user