Merge pull request #2402

f72ed25 Transfer: forbid long Payment IDs (xiphon)
This commit is contained in:
luigi1111
2019-10-08 15:21:35 -05:00
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