Skip to content

Commit 4af8946

Browse files
committed
[Plugin Installer] Follow up 619558d
1 parent 49e5c8f commit 4af8946

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyplugin_installer/installer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ def uninstallPlugin(self, key, quiet=False):
418418
def addRepository(self):
419419
""" add new repository connection """
420420
dlg = QgsPluginInstallerRepositoryDialog( iface.mainWindow() )
421+
dlg.editParams.setText(repositories.urlParams())
421422
dlg.checkBoxEnabled.setCheckState(Qt.Checked)
422423
if not dlg.exec_():
423424
return

0 commit comments

Comments
 (0)