mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix dispose
This commit is contained in:
parent
486cc6ac49
commit
af3b391676
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
throw new ArgumentException($"Plugin {plugin.Name} has been modified");
|
||||
}
|
||||
|
||||
if (removePluginFromSettings)
|
||||
if (removePluginSettings || removePluginFromSettings)
|
||||
{
|
||||
// If we want to remove plugin from AllPlugins,
|
||||
// we need to dispose them so that they can release file handles
|
||||
|
|
|
|||
Loading…
Reference in a new issue