mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 09:49:04 +08:00
Uninstalled plugins are now correctly marked as such again
CURA-3856
This commit is contained in:
parent
a4e353c830
commit
b2a21f0443
@ -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…
x
Reference in New Issue
Block a user