mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Move getCuraPackageManager to Uranium and initialize package manager there
This commit is contained in:
parent
0f4f55cf6b
commit
945429195e
3 changed files with 2 additions and 11 deletions
|
@ -160,7 +160,7 @@ class Toolbox(QObject, Extension):
|
|||
# This is a plugin, so most of the components required are not ready when
|
||||
# this is initialized. Therefore, we wait until the application is ready.
|
||||
def _onAppInitialized(self) -> None:
|
||||
self._package_manager = Application.getInstance().getCuraPackageManager()
|
||||
self._package_manager = Application.getInstance().getPackageManager()
|
||||
|
||||
# Get the API root for the packages API depending on Cura version settings.
|
||||
def _getPackagesApiRoot(self) -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue