Create management portal in Flutter #39

This commit is contained in:
Scott E. Graves 2025-03-14 15:28:56 -05:00
parent 637f123c24
commit 07311cd710

View File

@ -544,6 +544,7 @@ class _MountSettingsWidgetState extends State<MountSettingsWidget> {
subValue, subValue,
Icons.computer, Icons.computer,
false, false,
validators: getSettingValidators('$key.$subKey'),
); );
} else if (subKey == 'Path') { } else if (subKey == 'Path') {
_addStringSetting( _addStringSetting(