Disfavored locations
This commit is contained in:
parent
b2644612f3
commit
94f48143ab
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue