mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-11 08:29:02 +08:00
Update settings page
This commit is contained in:
@@ -294,7 +294,8 @@ class _ServerSettingsPage extends State<ServerSettingsPage>
|
||||
decoration: InputDecoration(
|
||||
border: const OutlineInputBorder(),
|
||||
labelText: i18n.serverDbPath,
|
||||
helperText: i18n.serverDbPathHelp,
|
||||
helperText:
|
||||
auth.isDocker == true ? null : i18n.serverDbPathHelp,
|
||||
),
|
||||
onChanged: (s) {
|
||||
setState(() {
|
||||
|
||||
Reference in New Issue
Block a user