From e6017f96c09b8cde20e02371914ec25cfa989ef7 Mon Sep 17 00:00:00 2001 From: Cytraen <60638768+Cytraen@users.noreply.github.com> Date: Sat, 1 Mar 2025 08:39:13 -0500 Subject: [PATCH] fix: only enable ImGui asserts when adding a valid dev plugin path (#2185) --- .../Internal/Windows/Settings/Widgets/DevPluginsSettingsEntry.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Dalamud/Interface/Internal/Windows/Settings/Widgets/DevPluginsSettingsEntry.cs b/Dalamud/Interface/Internal/Windows/Settings/Widgets/DevPluginsSettingsEntry.cs index 720d2a70f..4c5dc8b83 100644 --- a/Dalamud/Interface/Internal/Windows/Settings/Widgets/DevPluginsSettingsEntry.cs +++ b/Dalamud/Interface/Internal/Windows/Settings/Widgets/DevPluginsSettingsEntry.cs @@ -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 {