Skip to content

Commit

Permalink
Optimize the gesture area of the button on the desktop details page
Browse files Browse the repository at this point in the history
优化桌面端详情页按钮区域手势
  • Loading branch information
jiangtian616 committed Aug 1, 2024
1 parent aba556a commit 0d2ab22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog/v8.0.0+249.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
- 补充繁體中文(台灣)翻译 [kenny03211](https://github.com/kenny03211)
- 优化桌面端详情页按钮区域手势
- 修复安全设置在部分场景下的异常表现

------------------------------------------------------------------------------------------

- Update traditional chinese translation
- Optimize the gesture area of the button on the desktop details page
- Fix the abnormal behavior of security settings in some scenarios
2 changes: 1 addition & 1 deletion lib/src/pages/details/details_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ class DetailsPage extends StatelessWidget with Scroll2TopPageMixin {
_buildTorrentButton(context),
_buildStatisticButton(context),
],
),
).enableMouseDrag(withScrollBar: false),
),
),
);
Expand Down

0 comments on commit 0d2ab22

Please sign in to comment.