mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update settings
This commit is contained in:
@@ -68,7 +68,7 @@ class _GalleryInfo extends State<GalleryInfo> with ThemeModeWidget {
|
||||
]),
|
||||
),
|
||||
ThumbnailGridView(widget.gData.pages,
|
||||
const SliverGridDelegateWithFixedCrossAxisCount(crossAxisCount: 5),
|
||||
SliverGridDelegateWithFixedCrossAxisCount(crossAxisCount: useMobile ? 2 : 5),
|
||||
files: widget.files),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user