diff --git a/ThreadedWidgets/CreatePostWidget.swift b/ThreadedWidgets/CreatePostWidget.swift index 66e075d..6f3d51d 100644 --- a/ThreadedWidgets/CreatePostWidget.swift +++ b/ThreadedWidgets/CreatePostWidget.swift @@ -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 {