Move function to show the seed page to Utils.js

This commit is contained in:
Sander Ferdinand
2018-07-18 16:51:56 +02:00
parent b7dbb83294
commit eb457019dd
3 changed files with 30 additions and 28 deletions

View File

@@ -286,9 +286,7 @@ Rectangle {
MouseArea {
cursorShape: Qt.PointingHandCursor
anchors.fill: parent
onClicked: {
Utils.showSeedPage();
}
onClicked: Utils.showSeedPage();
}
}
}