fix restore dialog title

This commit is contained in:
Dmitry Degtyarev 2022-04-14 16:42:29 +04:00
parent cbe20b2c72
commit 34e882772e

View File

@ -33,7 +33,7 @@ import "../simple"
Dialog {
id: root
title: drives.lastRestoreable ? qsTr("Restore %1?").arg(drives.lastRestoreable.displayName) : ""
title: drives.lastRestoreable ? qsTr("Restore %1?").arg(drives.lastRestoreable.name) : ""
Connections {
target: drives