Widget: Mentions only allow large size

This commit is contained in:
Thomas Ricouard 2024-05-06 09:20:01 +02:00
parent 1d79832544
commit c29de44d8c

View file

@ -67,7 +67,7 @@ struct MentionsWidget: Widget {
}
.configurationDisplayName("Mentions")
.description("Show the latest mentions for the selected account.")
.supportedFamilies([.systemSmall, .systemMedium, .systemLarge, .systemExtraLarge])
.supportedFamilies([.systemLarge, .systemExtraLarge])
}
}