mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Renamed recently_install to better depict the usage
This flag is an indication if the package. was recently un-/installed Contributes to: CURA-8587
This commit is contained in:
parent
fd508342fe
commit
e0ca0d5446
3 changed files with 11 additions and 11 deletions
|
@ -68,7 +68,7 @@ class LocalPackageList(PackageList):
|
|||
self._connectManageButtonSignals(package)
|
||||
package.can_downgrade = self._manager.canDowngrade(package_id)
|
||||
if package_id in self._manager.getPackagesToRemove() or package_id in self._manager.getPackagesToInstall():
|
||||
package.is_recently_installed = True
|
||||
package.installation_status_changed = True
|
||||
return package
|
||||
|
||||
def checkForUpdates(self, packages: List[Dict[str, Any]]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue