Widgets: merge small+medium into one kind (both sizes, one gallery entry)
This commit is contained in:
@@ -4,8 +4,9 @@ import SwiftUI
|
||||
@main
|
||||
struct FuelBoardWidgetsBundle: WidgetBundle {
|
||||
var body: some Widget {
|
||||
// Gallery order follows registration order: small first, then medium.
|
||||
FuelPriceSmallWidget()
|
||||
// ONE widget kind (both sizes) first — the iOS long-press app-icon
|
||||
// menu shows the FIRST-registered kind's sizes; this kind supports
|
||||
// .systemSmall + .systemMedium so both tiles appear.
|
||||
FuelPriceWidget()
|
||||
FuelBoardLiveActivity()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user