mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Update far less agressively for the material models
CURA-6016
This commit is contained in:
parent
bb1950525a
commit
f67ac8d7c4
4 changed files with 11 additions and 15 deletions
|
@ -11,10 +11,7 @@ class GenericMaterialsModel(BaseMaterialsModel):
|
|||
self._update()
|
||||
|
||||
def _update(self):
|
||||
|
||||
# Perform standard check and reset if the check fails
|
||||
if not self._canUpdate():
|
||||
self.setItems([])
|
||||
return
|
||||
|
||||
# Get updated list of favorites
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue