Transfer: forbid long Payment IDs

This commit is contained in:
xiphon
2019-09-28 02:00:51 +00:00
parent d3b81cb6f8
commit f72ed257ce
3 changed files with 12 additions and 19 deletions

View File

@@ -68,15 +68,6 @@ Rectangle {
text: qsTr("Hide balance") + translationManager.emptyString
}
MoneroComponents.CheckBox {
id: showPidCheckBox
checked: persistentSettings.showPid
onClicked: {
persistentSettings.showPid = !persistentSettings.showPid
}
text: qsTr("Enable transfer with payment ID (OBSOLETE)") + translationManager.emptyString
}
MoneroComponents.CheckBox {
id: themeCheckbox
checked: !MoneroComponents.Style.blackTheme