mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-13 14:37:26 -04:00
single colour privacy level
This commit is contained in:
@@ -79,7 +79,7 @@ Rectangle {
|
||||
var mixin = scaleValueToMixinCount(fillLevel)
|
||||
console.log("PrivacyLevel changed:" + fillLevel)
|
||||
console.log("mixin count: " + mixin)
|
||||
privacyLabel.text = qsTr("Privacy level (ringsize %1)").arg(mixin+1) + translationManager.emptyString
|
||||
privacyLabel.text = qsTr("Ring size: %1").arg(mixin+1) + translationManager.emptyString
|
||||
}
|
||||
|
||||
function updateFromQrCode(address, payment_id, amount, tx_description, recipient_name) {
|
||||
|
||||
Reference in New Issue
Block a user