mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Uninstalled plugins are now correctly marked as such again
CURA-3856
This commit is contained in:
parent
a4e353c830
commit
b2a21f0443
2 changed files with 3 additions and 1 deletions
|
@ -147,6 +147,8 @@ class PluginBrowser(QObject, Extension):
|
||||||
new_version = Version(version)
|
new_version = Version(version)
|
||||||
if new_version > current_version:
|
if new_version > current_version:
|
||||||
return False
|
return False
|
||||||
|
else:
|
||||||
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def _onRequestFinished(self, reply):
|
def _onRequestFinished(self, reply):
|
||||||
|
|
|
@ -10,7 +10,7 @@ UM.Dialog
|
||||||
|
|
||||||
title: "Find & Update plugins"
|
title: "Find & Update plugins"
|
||||||
width: 450
|
width: 450
|
||||||
height: 150
|
height: 450
|
||||||
ScrollView
|
ScrollView
|
||||||
{
|
{
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue