Disfavored locations

This commit is contained in:
Lumaa 2024-08-15 04:30:05 +02:00
parent b2644612f3
commit 94f48143ab
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ struct CreatePostWidget: Widget {
.configurationDisplayName("widget.open.composer")
.description("widget.open.composer")
.supportedFamilies([.systemSmall])
.disfavoredLocations(
[.standBy, .iPhoneWidgetsOnMac],
for: [.systemSmall]
)
}
struct WidgetView: View {