mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-27 04:57:42 +08:00
rename
This commit is contained in:
@@ -233,7 +233,7 @@ class _SystemSettingsPageState extends ConsumerState<SystemSettingsPage> {
|
|||||||
tilePadding: const EdgeInsets.fromLTRB(10, 0, 10, 0),
|
tilePadding: const EdgeInsets.fromLTRB(10, 0, 10, 0),
|
||||||
childrenPadding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
|
childrenPadding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
|
||||||
initiallyExpanded: false,
|
initiallyExpanded: false,
|
||||||
title: const Text("下载客户端设置"),
|
title: const Text("下载器设置"),
|
||||||
children: [downloadSetting],
|
children: [downloadSetting],
|
||||||
),
|
),
|
||||||
ExpansionTile(
|
ExpansionTile(
|
||||||
@@ -376,7 +376,7 @@ class _SystemSettingsPageState extends ConsumerState<SystemSettingsPage> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return showSettingDialog(
|
return showSettingDialog(
|
||||||
"下载客户端", client.id != null, body, onSubmit, onDelete);
|
"下载器", client.id != null, body, onSubmit, onDelete);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> showStorageDetails(Storage s) {
|
Future<void> showStorageDetails(Storage s) {
|
||||||
|
|||||||
Reference in New Issue
Block a user