From ac34a43ab359b424a33f4a6e94a927b0bd469161 Mon Sep 17 00:00:00 2001 From: Raymond Date: Tue, 14 Sep 2021 19:08:03 -0400 Subject: [PATCH] hotfix: undo change that broke plugin window --- Dalamud/Interface/Internal/Windows/SettingsWindow.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dalamud/Interface/Internal/Windows/SettingsWindow.cs b/Dalamud/Interface/Internal/Windows/SettingsWindow.cs index 0ca950920..a7b57ea18 100644 --- a/Dalamud/Interface/Internal/Windows/SettingsWindow.cs +++ b/Dalamud/Interface/Internal/Windows/SettingsWindow.cs @@ -647,9 +647,6 @@ namespace Dalamud.Interface.Internal.Windows configuration.Save(); - this.devPluginLocationsChanged = false; - this.thirdRepoListChanged = false; - _ = Service.Get().ReloadPluginMastersAsync(); } }