mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: storage indicator (#22077)
This commit is contained in:
parent
f05ef81c4f
commit
4e9bdd5e6c
4 changed files with 5 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ class MainTimelinePage extends ConsumerWidget {
|
|||
return Timeline(
|
||||
topSliverWidget: const SliverToBoxAdapter(child: DriftMemoryLane()),
|
||||
topSliverWidgetHeight: hasMemories ? 200 : 0,
|
||||
showStorageIndicator: true,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue