forked from Public/monero-gui
wizard: use m_wallet instead of storing in settingsObj
This commit is contained in:
@@ -64,7 +64,6 @@ ColumnLayout {
|
||||
|
||||
function onPageClosed(settingsObject) {
|
||||
// TODO: set password on the final page
|
||||
// settingsObject.wallet.setPassword(passwordItem.password)
|
||||
settingsObject['wallet_password'] = passwordUI.password
|
||||
return true
|
||||
}
|
||||
@@ -82,8 +81,8 @@ ColumnLayout {
|
||||
ListModel {
|
||||
id: dotsModel
|
||||
ListElement { dotColor: "#36B05B" }
|
||||
ListElement { dotColor: "#36B05B" }
|
||||
//ListElement { dotColor: "#FFE00A" }
|
||||
ListElement { dotColor: "#FFE00A" }
|
||||
ListElement { dotColor: "#DBDBDB" }
|
||||
ListElement { dotColor: "#DBDBDB" }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user