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