Skip to content

Commit c29de44

Browse files
committed
Widget: Mentions only allow large size
1 parent 1d79832 commit c29de44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IceCubesAppWidgetsExtension/MentionWidget/MentionWidget.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ struct MentionsWidget: Widget {
6767
}
6868
.configurationDisplayName("Mentions")
6969
.description("Show the latest mentions for the selected account.")
70-
.supportedFamilies([.systemSmall, .systemMedium, .systemLarge, .systemExtraLarge])
70+
.supportedFamilies([.systemLarge, .systemExtraLarge])
7171
}
7272
}
7373

0 commit comments

Comments
 (0)