mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 03:33:36 +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)
|
ActiveAppsWidgetView(entry: entry)
|
||||||
}
|
}
|
||||||
.supportedFamilies([.systemMedium])
|
.supportedFamilies([.systemMedium])
|
||||||
.configurationDisplayName("AltWidget")
|
.configurationDisplayName("Active Apps")
|
||||||
.description("View remaining days until your active apps expire. Tap any timer to refresh them in the background.")
|
.description("View remaining days until your active apps expire. Tap the countdown timers to refresh them in the background.")
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ struct AppDetailWidget: Widget
|
|||||||
AppDetailWidgetView(entry: entry)
|
AppDetailWidgetView(entry: entry)
|
||||||
}
|
}
|
||||||
.supportedFamilies([.systemSmall])
|
.supportedFamilies([.systemSmall])
|
||||||
.configurationDisplayName("AltWidget")
|
.configurationDisplayName("App Status")
|
||||||
.description("View remaining days until your sideloaded apps expire.")
|
.description("View remaining days until your sideloaded apps expire. Tap the countdown timer to refresh them in the background.")
|
||||||
|
|
||||||
if #available(iOS 17, *)
|
if #available(iOS 17, *)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user