mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build issue
This commit is contained in:
parent
c23eb505d1
commit
edb145091d
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
var uninstallSuccess = await UninstallPluginAsync(existingVersion, removePluginFromSettings: false, removePluginSettings: false, checkModified: false);
|
||||
if (!uninstallSuccess) return false;
|
||||
|
||||
_modifiedPlugins.Add(existingVersion.ID);
|
||||
ModifiedPlugins.Add(existingVersion.ID);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue