forked from Public/monero-gui
Move function to show the seed page to Utils.js
This commit is contained in:
@@ -286,9 +286,7 @@ Rectangle {
|
||||
MouseArea {
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
Utils.showSeedPage();
|
||||
}
|
||||
onClicked: Utils.showSeedPage();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user