mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Added Disable link style
CURA-4630
This commit is contained in:
parent
84a24a582c
commit
447c6e7e23
3 changed files with 16 additions and 2 deletions
|
@ -528,6 +528,12 @@ UM.MainWindow
|
|||
onTriggered: preferences.visible = true
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: CuraApplication
|
||||
onShowMyTestChanged: preferences.visible = true
|
||||
}
|
||||
|
||||
MessageDialog
|
||||
{
|
||||
id: newProjectDialog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue