chore: update watchlist

This commit is contained in:
Simon Ding
2024-09-04 15:55:15 +08:00
parent e4c111ac2a
commit 5d4429bf7c
5 changed files with 115 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ Future<void> showSettingDialog(
content: SingleChildScrollView(
child: SizedBox(
width: 400,
child: body,
child: SelectionArea(child: body),
),
),
actions: <Widget>[