fix: only enable ImGui asserts when adding a valid dev plugin path (#2185)

This commit is contained in:
Cytraen 2025-03-01 08:39:13 -05:00 committed by GitHub
parent 3a9dc48c11
commit e6017f96c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -219,6 +219,7 @@ public class DevPluginsSettingsEntry : SettingsEntry
"DalamudDevPluginInvalid",
"The entered value is not a valid path to a potential Dev Plugin.\nDid you mean to enter it as a custom plugin repository in the fields below instead?");
Task.Delay(5000).ContinueWith(t => this.devPluginLocationAddError = string.Empty);
return;
}
else
{