Restore from backup is visible only on start screen
This commit is contained in:
parent
fa64c8d68d
commit
441a2f6df6
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ PageType {
|
|||
property string title: qsTr("Restore from backup")
|
||||
property string description: qsTr("")
|
||||
property string imageSource: "qrc:/images/controls/archive-restore.svg"
|
||||
property bool isVisible: true
|
||||
property bool isVisible: PageController.isStartPageVisible()
|
||||
property var handler: function() {
|
||||
var filePath = SystemController.getFileName(qsTr("Open backup file"),
|
||||
qsTr("Backup files (*.backup)"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue