mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[AltWidget] Updates Home Screen widget names and descriptions
This commit is contained in:
@@ -33,8 +33,8 @@ struct ActiveAppsWidget: Widget
|
||||
ActiveAppsWidgetView(entry: entry)
|
||||
}
|
||||
.supportedFamilies([.systemMedium])
|
||||
.configurationDisplayName("AltWidget")
|
||||
.description("View remaining days until your active apps expire. Tap any timer to refresh them in the background.")
|
||||
.configurationDisplayName("Active Apps")
|
||||
.description("View remaining days until your active apps expire. Tap the countdown timers to refresh them in the background.")
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -22,8 +22,8 @@ struct AppDetailWidget: Widget
|
||||
AppDetailWidgetView(entry: entry)
|
||||
}
|
||||
.supportedFamilies([.systemSmall])
|
||||
.configurationDisplayName("AltWidget")
|
||||
.description("View remaining days until your sideloaded apps expire.")
|
||||
.configurationDisplayName("App Status")
|
||||
.description("View remaining days until your sideloaded apps expire. Tap the countdown timer to refresh them in the background.")
|
||||
|
||||
if #available(iOS 17, *)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user