mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Merge branch 'cura4.0_header' of github.com:Ultimaker/Cura into cura4.0_header
This commit is contained in:
commit
ac9cfd8873
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ class AuthorizationService:
|
||||||
"redirect_uri": self._settings.CALLBACK_URL,
|
"redirect_uri": self._settings.CALLBACK_URL,
|
||||||
"scope": self._settings.CLIENT_SCOPES,
|
"scope": self._settings.CLIENT_SCOPES,
|
||||||
"response_type": "code",
|
"response_type": "code",
|
||||||
"state": "CuraDriveIsAwesome",
|
"state": "(.Y.)",
|
||||||
"code_challenge": challenge_code,
|
"code_challenge": challenge_code,
|
||||||
"code_challenge_method": "S512"
|
"code_challenge_method": "S512"
|
||||||
})
|
})
|
||||||
|
|
|
@ -412,7 +412,7 @@ Item
|
||||||
Action
|
Action
|
||||||
{
|
{
|
||||||
id: browsePackagesAction
|
id: browsePackagesAction
|
||||||
text: catalog.i18nc("@action:menu", "Open Marketplace...")
|
text: catalog.i18nc("@action:menu", "&Marketplace")
|
||||||
iconName: "plugins_browse"
|
iconName: "plugins_browse"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue