fix: non-primary CustomScrollViews in IndexedStack tabs

This commit is contained in:
edde746
2026-03-25 19:10:35 +01:00
parent 5e31ad9c67
commit a1841804b6
3 changed files with 3 additions and 0 deletions
@@ -136,6 +136,7 @@ class DownloadsScreenState extends State<DownloadsScreen> with TickerProviderSta
Widget build(BuildContext context) {
return Scaffold(
body: CustomScrollView(
primary: false,
slivers: [
DesktopSliverAppBar(
title: _buildAppBarTitle(),