show tab icon when no screenshot available

This commit is contained in:
Fabian Freund
2025-12-28 17:02:16 +01:00
parent 28b880852b
commit 3aa1843a5e
@@ -217,6 +217,10 @@ class GridTabPreview extends HookConsumerWidget {
),
),
),
)
else
Expanded(
child: Center(child: TabIcon(tabState: tabState, iconSize: 48)),
),
],
),