This commit is contained in:
Simon Ding
2024-07-22 10:28:34 +08:00
parent a64a76c0f5
commit cb8b5dc55a

View File

@@ -233,7 +233,7 @@ class _SystemSettingsPageState extends ConsumerState<SystemSettingsPage> {
tilePadding: const EdgeInsets.fromLTRB(10, 0, 10, 0),
childrenPadding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
initiallyExpanded: false,
title: const Text("下载客户端设置"),
title: const Text("下载设置"),
children: [downloadSetting],
),
ExpansionTile(
@@ -376,7 +376,7 @@ class _SystemSettingsPageState extends ConsumerState<SystemSettingsPage> {
}
return showSettingDialog(
"下载客户端", client.id != null, body, onSubmit, onDelete);
"下载", client.id != null, body, onSubmit, onDelete);
}
Future<void> showStorageDetails(Storage s) {