borysiasty / plugin_reloader

QGIS plugin: Reloads a chosen plugin in one click (only useful for Python Plugin Developers)
GNU General Public License v3.0
19 stars 17 forks source link

Prevent error if no configuration is set #29

Closed jfbourdon closed 2 years ago

jfbourdon commented 3 years ago

Addresses https://github.com/borysiasty/plugin_reloader/issues/27

Prevent an error to be raised if the user immediately click on the Reload button without doing any prior configuration. Now, a warning message saying that the plugin has not been found is pushed. The configuration window pops up as before.

borysiasty commented 2 years ago

Thanks a lot!