File tree Expand file tree Collapse file tree 3 files changed +16978
-67
lines changed Expand file tree Collapse file tree 3 files changed +16978
-67
lines changed Original file line number Diff line number Diff line change @@ -226,9 +226,9 @@ def get_plugins(self):
226226 self .add_plugins_to_table (plugins )
227227
228228 def add_plugins_to_table (self , plugins ):
229+ self .plugins_metadata .clear ()
229230 self .clear_plugins_table ()
230231 table = self .dlg .table_plugins
231-
232232 for plugin in plugins :
233233 metadata = self .iface .pluginManagerInterface ().pluginMetadata (plugin )
234234 if self .dlg .chk_official_plugins .isChecked ():
@@ -323,6 +323,7 @@ def import_plugins(self):
323323 input_file = self .dlg .file_input_import .filePath ()
324324 file_extension = pathlib .Path (input_file ).suffix
325325 installed_plugins = qgis .utils .available_plugins
326+ pyplugin_installer .instance ().fetchAvailablePlugins ()
326327
327328 if file_extension == '.csv' :
328329 try :
You can’t perform that action at this time.
0 commit comments