From 0d2ab22503051cf72867870ea726b8b461b39be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=85=B1=E5=A4=A9=E5=B0=8F=E7=A6=BD=E5=85=BD?= Date: Thu, 1 Aug 2024 10:35:46 +0800 Subject: [PATCH] Optimize the gesture area of the button on the desktop details page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 优化桌面端详情页按钮区域手势 --- changelog/v8.0.0+249.md | 2 ++ lib/src/pages/details/details_page.dart | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog/v8.0.0+249.md b/changelog/v8.0.0+249.md index 16f1f209..6527039f 100644 --- a/changelog/v8.0.0+249.md +++ b/changelog/v8.0.0+249.md @@ -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 \ No newline at end of file diff --git a/lib/src/pages/details/details_page.dart b/lib/src/pages/details/details_page.dart index c48a58ee..427df4d4 100644 --- a/lib/src/pages/details/details_page.dart +++ b/lib/src/pages/details/details_page.dart @@ -853,7 +853,7 @@ class DetailsPage extends StatelessWidget with Scroll2TopPageMixin { _buildTorrentButton(context), _buildStatisticButton(context), ], - ), + ).enableMouseDrag(withScrollBar: false), ), ), );