refactor settings display
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-03-02 11:32:42 -06:00
parent c4b456b9e3
commit f165919ed4

View File

@ -282,11 +282,12 @@ class _MountSettingsWidgetState extends State<MountSettingsWidget> {
Icons.route,
);
} else if (subKey == "Protocol") {
_addStringSetting(
_addListSetting(
hostConfigSettings,
_settings?[key],
subKey,
subValue,
["http", "https"],
Icons.http,
);
} else if (subKey == "TimeoutMs") {