mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 05:17:42 +01:00
fix: don't always reload PluginMasters when saving settings
Fixes a race condition when filtering categories while two refilters were active
This commit is contained in:
parent
d1c22f7dd6
commit
b4b84ad39d
2 changed files with 5 additions and 6 deletions
|
|
@ -226,7 +226,6 @@ internal class SettingsWindow : Window
|
|||
|
||||
configuration.QueueSave();
|
||||
|
||||
_ = Service<PluginManager>.Get().ReloadPluginMastersAsync();
|
||||
Service<InterfaceManager>.Get().RebuildFonts();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue