Uninstalled plugins are now correctly marked as such again

CURA-3856
This commit is contained in:
Jaime van Kessel 2017-06-23 12:49:36 +02:00
parent a4e353c830
commit b2a21f0443
2 changed files with 3 additions and 1 deletions

View file

@ -147,6 +147,8 @@ class PluginBrowser(QObject, Extension):
new_version = Version(version)
if new_version > current_version:
return False
else:
return False
return True
def _onRequestFinished(self, reply):

View file

@ -10,7 +10,7 @@ UM.Dialog
title: "Find & Update plugins"
width: 450
height: 150
height: 450
ScrollView
{
width: parent.width