Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Sep 25, 2024
2 parents 2150b50 + 6ca28c5 commit d3fd835
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelog/v8.0.2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
- Cookie页支持一键刷新igneous cookie
- 重新支持鼠标拖动阅读页中的自动模式时间选择器与缩略图
- 修复在部分场景下,注销后cookie仍然保留的bug
- 修复E站更新后无法显示图片配额的bug;现在仅有捐赠者会显示图片配额;去除重置图片配额的功能

- Support one-click refresh of igneous cookie in cookie page
- Re-enable mouse drag to select time in automatic mode and thumbnails in the reading page.
- Fix the bug that cookies are still retained after logout in some scenarios
- Fix the bug that the image quota cannot be displayed after updating of E-Hentai. Now only image quota will only be displayed for donators. Remove the function of resetting the image quota
2 changes: 1 addition & 1 deletion lib/src/pages/read/read_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ class _ReadPageState extends State<ReadPage> with ScrollStatusListener, WindowLi
),
separatorBuilder: (_, __) => const SizedBox(width: 6),
),
),
).enableMouseDrag(withScrollBar: false),
),
);
}
Expand Down
3 changes: 2 additions & 1 deletion lib/src/widget/auto_mode_interval_dialog.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:jhentai/src/extension/widget_extension.dart';
import 'package:jhentai/src/setting/read_setting.dart';

import '../config/ui_config.dart';
Expand Down Expand Up @@ -45,6 +46,6 @@ class _AutoModeIntervalDialogState extends State<AutoModeIntervalDialog> {
},
),
],
);
).enableMouseDrag(withScrollBar: false);
}
}

0 comments on commit d3fd835

Please sign in to comment.