Skip to content

Commit

Permalink
Checks if there is a need for checks on installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Hörteborn committed Aug 28, 2024
1 parent 8b289b4 commit 18c1377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions a00_qpip/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ def __init__(self, iface, plugin_path=None):
qgis.utils.loadPlugin = self.patched_load_plugin

self.iface.initializationCompleted.connect(self.initComplete)
dialog, run_gui = self.check_deps(additional_plugins=[])
if run_gui:
self.promt_install(dialog)
self.save_settings(dialog)

def initGui(self):
self.check_action = QAction(icon("qpip.svg"), "Run dependencies check now")
Expand Down

0 comments on commit 18c1377

Please sign in to comment.