File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Plugins/Flow.Launcher.Plugin.PluginsManager Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,6 @@ internal async Task InstallOrUpdateAsync(UserPlugin plugin)
136
136
{
137
137
await Http . DownloadAsync ( plugin . UrlDownload , filePath ) . ConfigureAwait ( false ) ;
138
138
139
- Context . API . ShowMsg ( Context . API . GetTranslation ( "plugin_pluginsmanager_downloading_plugin" ) ,
140
- string . Format ( Context . API . GetTranslation ( "plugin_pluginsmanager_download_success" ) , plugin . Name ) ) ;
141
-
142
139
Install ( plugin , filePath ) ;
143
140
}
144
141
catch ( Exception e )
@@ -223,10 +220,6 @@ where existingPlugin.Metadata.Version.CompareTo(pluginFromManifest.Version) <
223
220
await Http . DownloadAsync ( x . PluginNewUserPlugin . UrlDownload , downloadToFilePath )
224
221
. ConfigureAwait ( false ) ;
225
222
226
- Context . API . ShowMsg (
227
- Context . API . GetTranslation ( "plugin_pluginsmanager_downloading_plugin" ) ,
228
- string . Format ( Context . API . GetTranslation ( "plugin_pluginsmanager_download_success" ) , x . Name ) ) ;
229
-
230
223
Install ( x . PluginNewUserPlugin , downloadToFilePath ) ;
231
224
232
225
Context . API . RestartApp ( ) ;
You can’t perform that action at this time.
0 commit comments