Browse Source

Use correct default button for package install dialog

Jaime van Kessel 2 years ago
parent
commit
1df9ca55c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Cura.qml

+ 1 - 1
resources/qml/Cura.qml

@@ -739,7 +739,7 @@ UM.MainWindow
     {
         id: packageInstallDialog
         title: catalog.i18nc("@window:title", "Install Package")
-        standardButtons: StandardButton.Ok
+        standardButtons: Dialog.Ok
     }
 
     Cura.MessageDialog