phase3: fix Scrollbar isAlwaysShown->thumbVisibility, badges hide Badge. 621->605

This commit is contained in:
2026-07-25 18:17:33 +08:00
parent a76b872966
commit f1d7dbb423
11 changed files with 11 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ class DownloadState extends State<Download> {
mobile: MobileDownloadApps(data),
tablet: DesktopDownloadApps(data),
desktop: Scrollbar(
isAlwaysShown: true,
thumbVisibility: true,
child: DesktopDownloadApps(data),
),
),