mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 23:59:03 +08:00
Change standardbutton.yes & no to dialog.yes & no
This commit is contained in:
parent
1ce84fec69
commit
f070a695b1
@ -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…
x
Reference in New Issue
Block a user