From cd1247c2923b954512eb90aaaadc0e2e41be9cbc Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Mon, 3 Oct 2016 23:52:48 +0200 Subject: Added option to show seed on settings-page Signed-off-by: Jacob Brydolf --- MiddlePanel.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MiddlePanel.qml') diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 10ed6321..a8529c9b 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -37,6 +37,7 @@ Rectangle { property Transfer transferView: Transfer { } property Receive receiveView: Receive { } property History historyView: History { } + property Settings settingsView: Settings { } property Item currentView @@ -94,7 +95,7 @@ Rectangle { PropertyChanges { /*TODO*/ } }, State { name: "Settings" - PropertyChanges { /*TODO*/ } + PropertyChanges { target: root; currentView: settingsView } }, State { name: "Mining" PropertyChanges { /*TODO*/ } -- cgit v1.2.3