mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06: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
|
@ -87,7 +87,7 @@ Item
|
|||
anchors.top: dataRow.bottom
|
||||
}
|
||||
|
||||
UM.MessageDialog
|
||||
Cura.MessageDialog
|
||||
{
|
||||
id: confirmDeleteDialog
|
||||
title: catalog.i18nc("@dialog:title", "Delete Backup")
|
||||
|
@ -96,7 +96,7 @@ Item
|
|||
onAccepted: CuraDrive.deleteBackup(modelData.backup_id)
|
||||
}
|
||||
|
||||
UM.MessageDialog
|
||||
Cura.MessageDialog
|
||||
{
|
||||
id: confirmRestoreDialog
|
||||
title: catalog.i18nc("@dialog:title", "Restore Backup")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue