mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 06:47:25 -04:00
Remove fee multiplier info from low/high slider
This was a braino on my part, this is only applicable for the list based low/high selector.
This commit is contained in:
@@ -52,9 +52,9 @@ Item {
|
||||
font.pixelSize: 12
|
||||
color: "#4A4949"
|
||||
text: {
|
||||
if(currentIndex === 0) return qsTr("LOW (x1 fee)") + translationManager.emptyString
|
||||
if(currentIndex === 3) return qsTr("MEDIUM (x20 fee)") + translationManager.emptyString
|
||||
if(currentIndex === 13) return qsTr("HIGH (x166 fee)") + translationManager.emptyString
|
||||
if(currentIndex === 0) return qsTr("LOW") + translationManager.emptyString
|
||||
if(currentIndex === 3) return qsTr("MEDIUM") + translationManager.emptyString
|
||||
if(currentIndex === 13) return qsTr("HIGH") + translationManager.emptyString
|
||||
return ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user