mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-23 19:01:05 -07:00
Replace UM.MessageDialog with newly added Cura.MessageDialog
This dialog is different from the `UM.MessageDialog` in that it CURA-8688
This commit is contained in:
parent
e75993e7f3
commit
e03176a1fa
10 changed files with 37 additions and 17 deletions
|
|
@ -256,7 +256,7 @@ Cura.MachineAction
|
|||
}
|
||||
}
|
||||
|
||||
UM.MessageDialog
|
||||
Cura.MessageDialog
|
||||
{
|
||||
id: invalidIPAddressMessageDialog
|
||||
title: catalog.i18nc("@title:window", "Invalid IP address")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue