mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:35:53 +08:00
Disable export profile button when no profile is selected
CURA-1585
This commit is contained in:
parent
ffd309f816
commit
22857bf3e1
@ -168,9 +168,10 @@ UM.ManagementPage
|
|||||||
|
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:button", "Export");
|
text: catalog.i18nc("@action:button", "Export")
|
||||||
iconName: "document-export";
|
iconName: "document-export"
|
||||||
onClicked: exportDialog.open();
|
onClicked: exportDialog.open()
|
||||||
|
enabled: currentItem != null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user