Skip to content

Commit

Permalink
Qt6: QML: FileDialog changes FIX UP
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinero committed Jan 31, 2025
1 parent 9983f99 commit 10d4e9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wizard/WizardWalletInput.qml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ GridLayout {

FolderDialog {
id: fileWalletDialog
fileMode: FileDialog.OpenFile
title: qsTr("Please choose a directory") + translationManager.emptyString
onAccepted: {
walletLocation.text = walletManager.urlToLocalPath(fileWalletDialog.folder);
Expand Down

0 comments on commit 10d4e9f

Please sign in to comment.