Update context menu for image

This commit is contained in:
2023-09-09 13:52:27 +08:00
parent 4ec4d61656
commit 6a44090e24
7 changed files with 57 additions and 14 deletions

View File

@@ -17,7 +17,9 @@ class GalleryBasicInfo extends StatelessWidget {
child: Column(children: [
Expanded(
child: Row(children: [
Expanded(flex: 2, child: Thumbnail(firstPage, fileId: fileId)),
Expanded(
flex: 2,
child: Thumbnail(firstPage, fileId: fileId, gid: gMeta.gid)),
Expanded(
flex: 3,
child: Column(