mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Add material profile writing permission
The API needs this new scope name. Contributes to issue CURA-8609.
This commit is contained in:
parent
0378531f13
commit
bf6dd443b2
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Account(QObject):
|
|||
CLIENT_SCOPES = "account.user.read drive.backup.read drive.backup.write packages.download " \
|
||||
"packages.rating.read packages.rating.write connect.cluster.read connect.cluster.write " \
|
||||
"library.project.read library.project.write cura.printjob.read cura.printjob.write " \
|
||||
"cura.mesh.read cura.mesh.write"
|
||||
"cura.mesh.read cura.mesh.write cura.material.write"
|
||||
|
||||
def __init__(self, application: "CuraApplication", parent = None) -> None:
|
||||
super().__init__(parent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue