mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix format
This commit is contained in:
parent
a0dff3fbc1
commit
052bbb9d75
1 changed files with 2 additions and 2 deletions
|
|
@ -556,10 +556,10 @@ namespace Flow.Launcher.Core.Plugin
|
|||
return false;
|
||||
}
|
||||
|
||||
var installSuccess = InstallPlugin(newVersion, zipFilePath, checkModified:false);
|
||||
var installSuccess = InstallPlugin(newVersion, zipFilePath, checkModified: false);
|
||||
if (!installSuccess) return false;
|
||||
|
||||
var uninstallSuccess = await UninstallPluginAsync(existingVersion, removePluginFromSettings:false, removePluginSettings:false, checkModified: false);
|
||||
var uninstallSuccess = await UninstallPluginAsync(existingVersion, removePluginFromSettings: false, removePluginSettings: false, checkModified: false);
|
||||
if (!uninstallSuccess) return false;
|
||||
|
||||
_modifiedPlugins.Add(existingVersion.ID);
|
||||
|
|
|
|||
Loading…
Reference in a new issue