mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
CURA-5137 Get the list of packages from the server
This commit is contained in:
parent
0416ba95ae
commit
89c27ae7f4
3 changed files with 14 additions and 15 deletions
|
@ -68,7 +68,7 @@ Item
|
|||
|
||||
property alias configureSettingVisibility: configureSettingVisibilityAction
|
||||
|
||||
property alias browsePlugins: browsePluginsAction
|
||||
property alias browsePackages: browsePackagesAction
|
||||
|
||||
UM.I18nCatalog{id: catalog; name:"cura"}
|
||||
|
||||
|
@ -429,7 +429,7 @@ Item
|
|||
|
||||
Action
|
||||
{
|
||||
id: browsePluginsAction
|
||||
id: browsePackagesAction
|
||||
text: catalog.i18nc("@action:menu", "Browse packages...")
|
||||
iconName: "plugins_browse"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue