mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
selectExisting is replaced with using fileMode:FileDialog.OpenFile in QT6. This forces selecting an existing file.
This is also the default value in QT6 so this line can be removed without changing the functionality
This commit is contained in:
parent
94e5a4e1db
commit
3674af01b7
2 changed files with 0 additions and 2 deletions
|
@ -92,7 +92,6 @@ Cura.MachineAction
|
|||
id: customFirmwareDialog
|
||||
title: catalog.i18nc("@title:window", "Select custom firmware")
|
||||
nameFilters: "Firmware image files (*.hex)"
|
||||
selectExisting: true
|
||||
onAccepted:
|
||||
{
|
||||
updateProgressDialog.visible = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue