Merge pull request #1866

bb37234 Transfer: disable long payment ids by default (selsta)
This commit is contained in:
luigi1111
2019-01-21 14:45:48 -06:00
4 changed files with 14 additions and 0 deletions

View File

@@ -78,6 +78,16 @@ Rectangle {
text: qsTr("Hide balance") + translationManager.emptyString
}
MoneroComponents.CheckBox {
visible: !isMobile
id: showPidCheckBox
checked: persistentSettings.showPid
onClicked: {
persistentSettings.showPid = !persistentSettings.showPid
}
text: qsTr("Enable transfer with payment ID (OBSOLETE)") + translationManager.emptyString
}
MoneroComponents.CheckBox {
visible: !isMobile
id: userInActivityCheckbox