mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fix opening of marketplace button
CURA-8684
This commit is contained in:
parent
38e20fd90b
commit
bab9311284
2 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ Menu
|
|||
{
|
||||
id: extensionMenu
|
||||
title: catalog.i18nc("@title:menu menubar:toplevel", "E&xtensions")
|
||||
|
||||
property var extensionModel: UM.ExtensionModel { }
|
||||
Component
|
||||
{
|
||||
id: extensionsMenuItem
|
||||
|
@ -33,7 +33,7 @@ Menu
|
|||
Instantiator
|
||||
{
|
||||
id: extensions
|
||||
model: UM.ExtensionModel { }
|
||||
model: extensionModel
|
||||
|
||||
UM.Menu
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue