Skip to content

Commit

Permalink
Fix #165
Browse files Browse the repository at this point in the history
  • Loading branch information
Hentioe committed May 2, 2020
1 parent a52796d commit 2c10027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/page/comic_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class _ComicPageState extends State<ComicPage> {
headerText: '章节布局',
items: [
_ToggleItem(
text: '单行',
text: '单列',
checked: stateSnapshot.layoutColumns == 1,
),
_ToggleItem(
Expand Down

0 comments on commit 2c10027

Please sign in to comment.