Skip to content

Commit

Permalink
Update settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc committed Jan 22, 2024
1 parent 37a0b2f commit 2fa1eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/server_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(() {
Expand Down

0 comments on commit 2fa1eaa

Please sign in to comment.