Added Disable link style

CURA-4630
This commit is contained in:
Aleksei S 2017-12-21 16:25:13 +01:00
parent 84a24a582c
commit 447c6e7e23
3 changed files with 16 additions and 2 deletions

View file

@ -528,6 +528,12 @@ UM.MainWindow
onTriggered: preferences.visible = true
}
Connections
{
target: CuraApplication
onShowMyTestChanged: preferences.visible = true
}
MessageDialog
{
id: newProjectDialog