mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -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)
|
||||
if new_version > current_version:
|
||||
return False
|
||||
else:
|
||||
return False
|
||||
return True
|
||||
|
||||
def _onRequestFinished(self, reply):
|
||||
|
|
|
@ -10,7 +10,7 @@ UM.Dialog
|
|||
|
||||
title: "Find & Update plugins"
|
||||
width: 450
|
||||
height: 150
|
||||
height: 450
|
||||
ScrollView
|
||||
{
|
||||
width: parent.width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue