filedialog: fix null error
This commit is contained in:
parent
6fe2903d75
commit
1ee4d188c7
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ Item {
|
|||
anchors.rightMargin: Appearance.padding.larger - Appearance.padding.small
|
||||
anchors.bottomMargin: Appearance.padding.normal - Appearance.padding.small
|
||||
|
||||
text: qsTr(`"%1" selected`).arg(root.currentItem.fileName)
|
||||
text: qsTr(`"%1" selected`).arg(root.currentItem?.fileName)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue