You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifplugin["status"] =="newer"andnotplugin["error"]: # ask for confirmation if user downgrades an usable plugin
591
605
ifQMessageBox.warning(self, self.tr("QGIS Python Plugin Installer"), self.tr("Are you sure you want to downgrade the plugin to the latest available version? The installed one is newer!"), QMessageBox.Yes, QMessageBox.No) ==QMessageBox.No:
infoString= (self.tr("Plugin reinstalled successfully"), self.tr("Python plugin reinstalled.\nYou need to restart Quantum GIS in order to reload it."))
636
651
else: infoString= (self.tr("Plugin reinstalled successfully"), self.tr("Python plugin reinstalled.\nYou need to restart Quantum GIS in order to reload it."))
652
+
ifquiet:
653
+
infoString= (None, None)
637
654
else:
638
655
ifplugin["error"] =="incompatible":
639
656
message=self.tr("The plugin is designed for a newer version of Quantum GIS. The minimum required version is:")
0 commit comments