mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08:00
fixed silly merge conflict
This commit is contained in:
commit
526cdac200
@ -32,9 +32,8 @@ class DiscrepanciesPresenter(QObject):
|
||||
# If there are incompatible packages - automatically dismiss them
|
||||
if model.getIncompatiblePackages():
|
||||
self._package_manager.dismissAllIncompatiblePackages(model.getIncompatiblePackages())
|
||||
|
||||
# For now, all compatible packages presented to the user should be installed.
|
||||
# Later, we might remove items for which the user unselected the package
|
||||
if model.getCompatiblePackages():
|
||||
model.setItems(model.getCompatiblePackages())
|
||||
self.packageMutations.emit(model) # #### proveri sho e ova???
|
||||
self.packageMutations.emit(model)
|
||||
|
Loading…
x
Reference in New Issue
Block a user