mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 00:11:00 +00:00
Widget: Mentions only allow large size
This commit is contained in:
parent
1d79832544
commit
c29de44d8c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ struct MentionsWidget: Widget {
|
||||||
}
|
}
|
||||||
.configurationDisplayName("Mentions")
|
.configurationDisplayName("Mentions")
|
||||||
.description("Show the latest mentions for the selected account.")
|
.description("Show the latest mentions for the selected account.")
|
||||||
.supportedFamilies([.systemSmall, .systemMedium, .systemLarge, .systemExtraLarge])
|
.supportedFamilies([.systemLarge, .systemExtraLarge])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue