Added option to show seed on settings-page

Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
This commit is contained in:
Jacob Brydolf
2016-10-03 23:52:48 +02:00
committed by Ilya Kitaev
parent af70c81082
commit cd1247c292
3 changed files with 105 additions and 5 deletions

View File

@@ -331,7 +331,7 @@ Rectangle {
color: miningButton.checked || settingsButton.checked ? "#1C1C1C" : "#505050"
height: 1
}
*/
// ------------- Settings tab ---------------
MenuButton {
id: settingsButton
@@ -346,7 +346,7 @@ Rectangle {
panel.settingsClicked()
}
}
*/
}
NetworkStatusItem {