mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: only enable ImGui asserts when adding a valid dev plugin path (#2185)
This commit is contained in:
parent
3a9dc48c11
commit
e6017f96c0
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ public class DevPluginsSettingsEntry : SettingsEntry
|
||||||
"DalamudDevPluginInvalid",
|
"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?");
|
"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);
|
Task.Delay(5000).ContinueWith(t => this.devPluginLocationAddError = string.Empty);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue