forked from Public/monero-gui
Cleanup after rebase
This commit is contained in:
committed by
moneromooo-monero
parent
cf2791a246
commit
a9b6a70d15
@@ -168,14 +168,15 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
RowLayout{
|
||||
Layout.fillWidth: true
|
||||
|
||||
StandardButton {
|
||||
id: changePasswordButton
|
||||
small: true
|
||||
text: qsTr("Change password") + translationManager.emptyString
|
||||
shadowReleasedColor: "#FF4304"
|
||||
shadowPressedColor: "#B32D00"
|
||||
releasedColor: "#FF6C3C"
|
||||
pressedColor: "#FF4304"
|
||||
onClicked: {
|
||||
passwordDialog.onAcceptedCallback = function() {
|
||||
if(appWindow.walletPassword === passwordDialog.password){
|
||||
|
||||
Reference in New Issue
Block a user