Skip to content

Commit 4b7f40b

Browse files
authored
Merge pull request #706 from Tokinogaki/add_title
Add title to the read page
2 parents 62f47b1 + 70695ec commit 4b7f40b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/pages/read/read_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ class _ReadPageState extends State<ReadPage> with ScrollStatusListener, WindowLi
265265
width: fullScreenWidth,
266266
child: AppBar(
267267
backgroundColor: UIConfig.readPageMenuColor,
268+
title: Text(state.readPageInfo.galleryTitle, style: const TextStyle(color: UIConfig.readPageButtonColor)),
268269
leading: const BackButton(color: UIConfig.readPageButtonColor),
269270
actions: [
270271
if (GetPlatform.isDesktop)

0 commit comments

Comments
 (0)