From 991f00226229a8c75faea64e885930f4de6a0de5 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Tue, 19 Dec 2023 07:57:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=82=B9=E5=87=BB=E5=85=B3=E6=B3=A8up?= =?UTF-8?q?=E5=90=8E=E4=B8=8B=E6=96=B9=E7=9A=84=E6=8F=90=E7=A4=BA=E4=B8=8D?= =?UTF-8?q?=E4=BC=9A=E6=B6=88=E5=A4=B1=20issues=20#312?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/video/detail/introduction/controller.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/video/detail/introduction/controller.dart b/lib/pages/video/detail/introduction/controller.dart index 8de40602..7785b4e2 100644 --- a/lib/pages/video/detail/introduction/controller.dart +++ b/lib/pages/video/detail/introduction/controller.dart @@ -444,6 +444,7 @@ class VideoIntroController extends GetxController { label: '设置分组', onPressed: setFollowGroup, ), + showCloseIcon: true, ), ); }