Skip to content

Paths config doesn't validate on close #4077

@YoshiRulz

Description

@YoshiRulz

Should maybe validate at the top of this loop:

foreach (var t in AllPathControls.OfType<TextBox>())
{
var pathEntry = _pathEntries.Paths.First(p => p.System == t.Parent.Name && p.Type == t.Name);
pathEntry.Path = t.Text;
}

Initially reported by @Spikestuff on Discord.

see also #1574

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions