mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Follow up #fa292ca7d49a50a
This commit is contained in:
parent
4aaa0a2525
commit
00eccb460f
@ -118,11 +118,11 @@ class QgsPluginInstaller(QObject):
|
||||
self.uninstallPlugin(key, quiet=True)
|
||||
updateAvailablePlugins()
|
||||
if plugin_is_active:
|
||||
settings.setValue("/PythonPlugins/watchDog/" + key,
|
||||
settings.setValue("/PythonPlugins/watchDogTimestamp/" + key,
|
||||
QDateTime.currentDateTime().toSecsSinceEpoch())
|
||||
loadPlugin(key)
|
||||
startPlugin(key)
|
||||
settings.remove("/PythonPlugins/watchDog/" + key)
|
||||
settings.remove("/PythonPlugins/watchDogTimestamp/" + key)
|
||||
|
||||
# ----------------------------------------- #
|
||||
def fetchAvailablePlugins(self, reloadMode):
|
||||
|
Loading…
x
Reference in New Issue
Block a user