mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Use correct default button for package install dialog
This commit is contained in:
parent
b4b7e6a2b9
commit
1df9ca55c8
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ UM.MainWindow
|
||||||
{
|
{
|
||||||
id: packageInstallDialog
|
id: packageInstallDialog
|
||||||
title: catalog.i18nc("@window:title", "Install Package")
|
title: catalog.i18nc("@window:title", "Install Package")
|
||||||
standardButtons: StandardButton.Ok
|
standardButtons: Dialog.Ok
|
||||||
}
|
}
|
||||||
|
|
||||||
Cura.MessageDialog
|
Cura.MessageDialog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue