opt. & fix

opt.: upload file
fix: surplus server order
opt.: sftp view
This commit is contained in:
lollipopkit
2023-06-21 18:30:52 +08:00
parent 3a8e189dd7
commit 06d6500ef6
14 changed files with 105 additions and 62 deletions

View File

@@ -247,12 +247,12 @@ class _SettingPageState extends State<SettingPage> {
),
),
title: Text(
_s.appPrimaryColor,
_s.primaryColor,
),
onTap: () async {
await showRoundDialog(
context: context,
title: Text(_s.appPrimaryColor),
title: Text(_s.primaryColor),
child: MaterialColorPicker(
shrinkWrap: true,
allowShades: true,
@@ -640,7 +640,7 @@ class _SettingPageState extends State<SettingPage> {
},
).toList();
return ListTile(
title: Text("${_s.editor} ${_s.theme}"),
title: Text(_s.theme),
trailing: ValueBuilder(
listenable: _editorTheme,
build: () => PopupMenuButton(