mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Change standardbutton.yes & no to dialog.yes & no
This commit is contained in:
parent
1ce84fec69
commit
f070a695b1
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ UM.ManagementPage
|
|||
|
||||
title: catalog.i18nc("@title:window", "Confirm Remove")
|
||||
text: catalog.i18nc("@label (%1 is object name)", "Are you sure you wish to remove %1? This cannot be undone!").arg(base.currentItemName)
|
||||
standardButtons: StandardButton.Yes | StandardButton.No
|
||||
standardButtons: Dialog.Yes | Dialog.No
|
||||
modal: true
|
||||
|
||||
onAccepted:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue