feat: improve indexer setting

This commit is contained in:
Simon Ding
2024-08-01 17:36:40 +08:00
parent 6e002b1198
commit 35d299b60c
14 changed files with 598 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ Future<void> showSettingDialog(
title: Text(title),
content: SingleChildScrollView(
child: SizedBox(
width: 300,
width: 400,
child: body,
),
),