mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Install and cloud-subscribe a package when after agreeing to the license
CURA-6983
This commit is contained in:
parent
1cf3cd8228
commit
35695e5ab6
5 changed files with 51 additions and 9 deletions
|
@ -19,7 +19,7 @@ class LicensePresenter(QObject):
|
|||
super().__init__()
|
||||
self._dialog = None # type: Optional[QObject]
|
||||
self._package_manager = app.getPackageManager() # type: PackageManager
|
||||
# Emits List[Dict[str, str]] containing for example
|
||||
# Emits List[Dict[str, [Any]] containing for example
|
||||
# [{ "package_id": "BarbarianPlugin", "package_path" : "/tmp/dg345as", "accepted" : True }]
|
||||
self.licenseAnswers = Signal()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue