forked from Public/monero-gui
Added option to show seed on settings-page
Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
This commit is contained in:
committed by
Ilya Kitaev
parent
af70c81082
commit
cd1247c292
@@ -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*/ }
|
||||
|
||||
Reference in New Issue
Block a user